Uses of Class
com.oracle.bmc.waas.requests.ListCertificatesRequest
-
Packages that use ListCertificatesRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListCertificatesRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListCertificatesRequest Modifier and Type Method Description ListCertificatesResponse
Waas. listCertificates(ListCertificatesRequest request)
Gets a list of SSL certificates that can be used in a WAAS policy.Future<ListCertificatesResponse>
WaasAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Gets a list of SSL certificates that can be used in a WAAS policy.Future<ListCertificatesResponse>
WaasAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
ListCertificatesResponse
WaasClient. listCertificates(ListCertificatesRequest request)
Iterable<CertificateSummary>
WaasPaginators. listCertificatesRecordIterator(ListCertificatesRequest request)
Creates a new iterable which will iterate over theCertificateSummary
objects contained in responses from the listCertificates operation.Iterable<ListCertificatesResponse>
WaasPaginators. listCertificatesResponseIterator(ListCertificatesRequest request)
Creates a new iterable which will iterate over the responses received from the listCertificates operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListCertificatesRequest Modifier and Type Method Description Future<ListCertificatesResponse>
WaasAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Gets a list of SSL certificates that can be used in a WAAS policy.Future<ListCertificatesResponse>
WaasAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
-
Uses of ListCertificatesRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListCertificatesRequest Modifier and Type Method Description ListCertificatesRequest
ListCertificatesRequest.Builder. build()
Build the instance of ListCertificatesRequest as configured by this builderListCertificatesRequest
ListCertificatesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCertificatesRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListCertificatesRequest Modifier and Type Method Description ListCertificatesRequest.Builder
ListCertificatesRequest.Builder. copy(ListCertificatesRequest o)
Copy method to populate the builder with values from the given instance.
-