Uses of Class
org.jclouds.azurecompute.arm.domain.Certificate.Contact
-
Packages that use Certificate.Contact Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Certificate.Contact in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Certificate.Contact Modifier and Type Method Description static Certificate.Contact
Certificate.Contact. create(String email, String name, String phone)
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type Certificate.Contact Modifier and Type Method Description abstract List<Certificate.Contact>
Certificate.Contacts. contacts()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type Certificate.Contact Modifier and Type Method Description static Certificate.Contacts
Certificate.Contacts. create(List<Certificate.Contact> contacts, String id)
-
Uses of Certificate.Contact in org.jclouds.azurecompute.arm.features
Method parameters in org.jclouds.azurecompute.arm.features with type arguments of type Certificate.Contact Modifier and Type Method Description Certificate.Contacts
VaultApi. setCertificateContacts(URI vaultBaseUrl, List<Certificate.Contact> contacts)
-