Uses of Class
com.oracle.bmc.bds.model.CertificateServiceInfoSummary.Service
-
Packages that use CertificateServiceInfoSummary.Service Package Description com.oracle.bmc.bds.model -
-
Uses of CertificateServiceInfoSummary.Service in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return CertificateServiceInfoSummary.Service Modifier and Type Method Description static CertificateServiceInfoSummary.Service
CertificateServiceInfoSummary.Service. create(String key)
CertificateServiceInfoSummary.Service
CertificateServiceInfoSummary. getService()
Name of the servicestatic CertificateServiceInfoSummary.Service
CertificateServiceInfoSummary.Service. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertificateServiceInfoSummary.Service[]
CertificateServiceInfoSummary.Service. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type CertificateServiceInfoSummary.Service Modifier and Type Method Description CertificateServiceInfoSummary.Builder
CertificateServiceInfoSummary.Builder. service(CertificateServiceInfoSummary.Service service)
Name of the serviceConstructors in com.oracle.bmc.bds.model with parameters of type CertificateServiceInfoSummary.Service Constructor Description CertificateServiceInfoSummary(CertificateServiceInfoSummary.Service service, CertificateServiceInfoSummary.ServiceCertificateStatus serviceCertificateStatus, List<HostSpecificCertificateDetails> hostSpecificCertificateDetails)
Deprecated.
-