Uses of Class
com.oracle.bmc.apigateway.model.CertificateSummary
-
Packages that use CertificateSummary Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model -
-
Uses of CertificateSummary in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type CertificateSummary Modifier and Type Method Description Iterable<CertificateSummary>
ApiGatewayPaginators. listCertificatesRecordIterator(ListCertificatesRequest request)
Creates a new iterable which will iterate over theCertificateSummary
objects contained in responses from the listCertificates operation. -
Uses of CertificateSummary in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return CertificateSummary Modifier and Type Method Description CertificateSummary
CertificateSummary.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type CertificateSummary Modifier and Type Method Description List<CertificateSummary>
CertificateCollection. getItems()
Certificate summaries.Methods in com.oracle.bmc.apigateway.model with parameters of type CertificateSummary Modifier and Type Method Description CertificateSummary.Builder
CertificateSummary.Builder. copy(CertificateSummary model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type CertificateSummary Modifier and Type Method Description CertificateCollection.Builder
CertificateCollection.Builder. items(List<CertificateSummary> items)
Certificate summaries.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type CertificateSummary Constructor Description CertificateCollection(List<CertificateSummary> items)
Deprecated.
-