Uses of Class
com.oracle.bmc.certificatesmanagement.requests.ListCaBundlesRequest
-
Packages that use ListCaBundlesRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests -
-
Uses of ListCaBundlesRequest in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement with parameters of type ListCaBundlesRequest Modifier and Type Method Description ListCaBundlesResponseCertificatesManagement. listCaBundles(ListCaBundlesRequest request)Lists all CA bundles that match the query parameters.Future<ListCaBundlesResponse>CertificatesManagementAsync. listCaBundles(ListCaBundlesRequest request, AsyncHandler<ListCaBundlesRequest,ListCaBundlesResponse> handler)Lists all CA bundles that match the query parameters.Future<ListCaBundlesResponse>CertificatesManagementAsyncClient. listCaBundles(ListCaBundlesRequest request, AsyncHandler<ListCaBundlesRequest,ListCaBundlesResponse> handler)ListCaBundlesResponseCertificatesManagementClient. listCaBundles(ListCaBundlesRequest request)Iterable<CaBundleSummary>CertificatesManagementPaginators. listCaBundlesRecordIterator(ListCaBundlesRequest request)Creates a new iterable which will iterate over theCaBundleSummaryobjects contained in responses from the listCaBundles operation.Iterable<ListCaBundlesResponse>CertificatesManagementPaginators. listCaBundlesResponseIterator(ListCaBundlesRequest request)Creates a new iterable which will iterate over the responses received from the listCaBundles operation.Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type ListCaBundlesRequest Modifier and Type Method Description Future<ListCaBundlesResponse>CertificatesManagementAsync. listCaBundles(ListCaBundlesRequest request, AsyncHandler<ListCaBundlesRequest,ListCaBundlesResponse> handler)Lists all CA bundles that match the query parameters.Future<ListCaBundlesResponse>CertificatesManagementAsyncClient. listCaBundles(ListCaBundlesRequest request, AsyncHandler<ListCaBundlesRequest,ListCaBundlesResponse> handler) -
Uses of ListCaBundlesRequest in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return ListCaBundlesRequest Modifier and Type Method Description ListCaBundlesRequestListCaBundlesRequest.Builder. build()Build the instance of ListCaBundlesRequest as configured by this builderListCaBundlesRequestListCaBundlesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCaBundlesRequest as configured by this builderMethods in com.oracle.bmc.certificatesmanagement.requests with parameters of type ListCaBundlesRequest Modifier and Type Method Description ListCaBundlesRequest.BuilderListCaBundlesRequest.Builder. copy(ListCaBundlesRequest o)Copy method to populate the builder with values from the given instance.
-