Uses of Class
com.oracle.bmc.bds.model.HostCertDetails
-
Packages that use HostCertDetails Package Description com.oracle.bmc.bds.model -
-
Uses of HostCertDetails in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return HostCertDetails Modifier and Type Method Description HostCertDetails
HostCertDetails.Builder. build()
Methods in com.oracle.bmc.bds.model that return types with arguments of type HostCertDetails Modifier and Type Method Description List<HostCertDetails>
EnableCertificateDetails. getHostCertDetails()
List of leaf certificates to use for services on each host.List<HostCertDetails>
RenewCertificateDetails. getHostCertDetails()
List of leaf certificates to use for services on each host.Methods in com.oracle.bmc.bds.model with parameters of type HostCertDetails Modifier and Type Method Description HostCertDetails.Builder
HostCertDetails.Builder. copy(HostCertDetails model)
Method parameters in com.oracle.bmc.bds.model with type arguments of type HostCertDetails Modifier and Type Method Description EnableCertificateDetails.Builder
EnableCertificateDetails.Builder. hostCertDetails(List<HostCertDetails> hostCertDetails)
List of leaf certificates to use for services on each host.RenewCertificateDetails.Builder
RenewCertificateDetails.Builder. hostCertDetails(List<HostCertDetails> hostCertDetails)
List of leaf certificates to use for services on each host.
-