Uses of Class
com.oracle.bmc.certificates.model.CaBundle
-
Packages that use CaBundle Package Description com.oracle.bmc.certificates.model com.oracle.bmc.certificates.responses -
-
Uses of CaBundle in com.oracle.bmc.certificates.model
Methods in com.oracle.bmc.certificates.model that return CaBundle Modifier and Type Method Description CaBundle
CaBundle.Builder. build()
Methods in com.oracle.bmc.certificates.model with parameters of type CaBundle Modifier and Type Method Description CaBundle.Builder
CaBundle.Builder. copy(CaBundle model)
-
Uses of CaBundle in com.oracle.bmc.certificates.responses
Methods in com.oracle.bmc.certificates.responses that return CaBundle Modifier and Type Method Description CaBundle
GetCaBundleResponse. getCaBundle()
The returned CaBundle instance.Methods in com.oracle.bmc.certificates.responses with parameters of type CaBundle Modifier and Type Method Description GetCaBundleResponse.Builder
GetCaBundleResponse.Builder. caBundle(CaBundle caBundle)
The returned CaBundle instance.
-