Uses of Class
software.amazon.awssdk.services.lightsail.model.CertificateProvider
-
Packages that use CertificateProvider Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of CertificateProvider in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return CertificateProvider Modifier and Type Method Description CertificateProviderSetupInstanceHttpsRequest. certificateProvider()The certificate authority that issues the SSL/TLS certificate.CertificateProviderSetupRequest. certificateProvider()The Certificate Authority (CA) that issues the SSL/TLS certificate.static CertificateProviderCertificateProvider. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CertificateProviderCertificateProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateProvider[]CertificateProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type CertificateProvider Modifier and Type Method Description static Set<CertificateProvider>CertificateProvider. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type CertificateProvider Modifier and Type Method Description SetupInstanceHttpsRequest.BuilderSetupInstanceHttpsRequest.Builder. certificateProvider(CertificateProvider certificateProvider)The certificate authority that issues the SSL/TLS certificate.SetupRequest.BuilderSetupRequest.Builder. certificateProvider(CertificateProvider certificateProvider)The Certificate Authority (CA) that issues the SSL/TLS certificate.
-