Uses of Class
com.oracle.bmc.certificatesmanagement.model.CaBundleSummary
-
Packages that use CaBundleSummary Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.model -
-
Uses of CaBundleSummary in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type CaBundleSummary Modifier and Type Method Description Iterable<CaBundleSummary>
CertificatesManagementPaginators. listCaBundlesRecordIterator(ListCaBundlesRequest request)
Creates a new iterable which will iterate over theCaBundleSummary
objects contained in responses from the listCaBundles operation. -
Uses of CaBundleSummary in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CaBundleSummary Modifier and Type Method Description CaBundleSummary
CaBundleSummary.Builder. build()
Methods in com.oracle.bmc.certificatesmanagement.model that return types with arguments of type CaBundleSummary Modifier and Type Method Description List<CaBundleSummary>
CaBundleCollection. getItems()
A list of CA bundle summary objects.Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type CaBundleSummary Modifier and Type Method Description CaBundleSummary.Builder
CaBundleSummary.Builder. copy(CaBundleSummary model)
Method parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CaBundleSummary Modifier and Type Method Description CaBundleCollection.Builder
CaBundleCollection.Builder. items(List<CaBundleSummary> items)
A list of CA bundle summary objects.Constructor parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CaBundleSummary Constructor Description CaBundleCollection(List<CaBundleSummary> items)
Deprecated.
-