Uses of Class
com.oracle.bmc.bds.model.CertificateServiceInfoSummary
-
Packages that use CertificateServiceInfoSummary Package Description com.oracle.bmc.bds.model com.oracle.bmc.bds.responses -
-
Uses of CertificateServiceInfoSummary in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return CertificateServiceInfoSummary Modifier and Type Method Description CertificateServiceInfoSummary
CertificateServiceInfoSummary.Builder. build()
Methods in com.oracle.bmc.bds.model with parameters of type CertificateServiceInfoSummary Modifier and Type Method Description CertificateServiceInfoSummary.Builder
CertificateServiceInfoSummary.Builder. copy(CertificateServiceInfoSummary model)
-
Uses of CertificateServiceInfoSummary in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return types with arguments of type CertificateServiceInfoSummary Modifier and Type Method Description List<CertificateServiceInfoSummary>
CertificateServiceInfoResponse. getItems()
A list of com.oracle.bmc.bds.model.CertificateServiceInfoSummary instances.Method parameters in com.oracle.bmc.bds.responses with type arguments of type CertificateServiceInfoSummary Modifier and Type Method Description CertificateServiceInfoResponse.Builder
CertificateServiceInfoResponse.Builder. items(List<CertificateServiceInfoSummary> items)
A list of com.oracle.bmc.bds.model.CertificateServiceInfoSummary instances.
-