Uses of Class
com.oracle.bmc.apigateway.model.CertificateCollection
-
Packages that use CertificateCollection Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.responses -
-
Uses of CertificateCollection in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return CertificateCollection Modifier and Type Method Description CertificateCollection
CertificateCollection.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type CertificateCollection Modifier and Type Method Description CertificateCollection.Builder
CertificateCollection.Builder. copy(CertificateCollection model)
-
Uses of CertificateCollection in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return CertificateCollection Modifier and Type Method Description CertificateCollection
ListCertificatesResponse. getCertificateCollection()
The returned CertificateCollection instance.Methods in com.oracle.bmc.apigateway.responses with parameters of type CertificateCollection Modifier and Type Method Description ListCertificatesResponse.Builder
ListCertificatesResponse.Builder. certificateCollection(CertificateCollection certificateCollection)
The returned CertificateCollection instance.
-