Uses of Class
com.oracle.bmc.certificatesmanagement.requests.ListCertificatesRequest
-
Packages that use ListCertificatesRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests -
-
Uses of ListCertificatesRequest in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement with parameters of type ListCertificatesRequest Modifier and Type Method Description ListCertificatesResponseCertificatesManagement. listCertificates(ListCertificatesRequest request)Lists all certificates that match the query parameters.Future<ListCertificatesResponse>CertificatesManagementAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)Lists all certificates that match the query parameters.Future<ListCertificatesResponse>CertificatesManagementAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)ListCertificatesResponseCertificatesManagementClient. listCertificates(ListCertificatesRequest request)Iterable<CertificateSummary>CertificatesManagementPaginators. listCertificatesRecordIterator(ListCertificatesRequest request)Creates a new iterable which will iterate over theCertificateSummaryobjects contained in responses from the listCertificates operation.Iterable<ListCertificatesResponse>CertificatesManagementPaginators. listCertificatesResponseIterator(ListCertificatesRequest request)Creates a new iterable which will iterate over the responses received from the listCertificates operation.Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type ListCertificatesRequest Modifier and Type Method Description Future<ListCertificatesResponse>CertificatesManagementAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)Lists all certificates that match the query parameters.Future<ListCertificatesResponse>CertificatesManagementAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler) -
Uses of ListCertificatesRequest in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return ListCertificatesRequest Modifier and Type Method Description ListCertificatesRequestListCertificatesRequest.Builder. build()Build the instance of ListCertificatesRequest as configured by this builderListCertificatesRequestListCertificatesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCertificatesRequest as configured by this builderMethods in com.oracle.bmc.certificatesmanagement.requests with parameters of type ListCertificatesRequest Modifier and Type Method Description ListCertificatesRequest.BuilderListCertificatesRequest.Builder. copy(ListCertificatesRequest o)Copy method to populate the builder with values from the given instance.
-