Uses of Class
software.amazon.awssdk.services.acmpca.model.CertificateAuthorityType
-
Packages that use CertificateAuthorityType Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of CertificateAuthorityType in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return CertificateAuthorityType Modifier and Type Method Description CertificateAuthorityTypeCreateCertificateAuthorityRequest. certificateAuthorityType()The type of the certificate authority.static CertificateAuthorityTypeCertificateAuthorityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CertificateAuthorityTypeCertificateAuthority. type()Type of your private CA.static CertificateAuthorityTypeCertificateAuthorityType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateAuthorityType[]CertificateAuthorityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type CertificateAuthorityType Modifier and Type Method Description static Set<CertificateAuthorityType>CertificateAuthorityType. knownValues()Methods in software.amazon.awssdk.services.acmpca.model with parameters of type CertificateAuthorityType Modifier and Type Method Description CreateCertificateAuthorityRequest.BuilderCreateCertificateAuthorityRequest.Builder. certificateAuthorityType(CertificateAuthorityType certificateAuthorityType)The type of the certificate authority.CertificateAuthority.BuilderCertificateAuthority.Builder. type(CertificateAuthorityType type)Type of your private CA.
-