Uses of Class
com.oracle.bmc.waas.responses.ListCertificatesResponse
-
Packages that use ListCertificatesResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListCertificatesResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponseWaas. listCertificates(ListCertificatesRequest request)Gets a list of SSL certificates that can be used in a WAAS policy.ListCertificatesResponseWaasClient. listCertificates(ListCertificatesRequest request)Methods in com.oracle.bmc.waas that return types with arguments of type ListCertificatesResponse 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)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 ListCertificatesResponse 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 ListCertificatesResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponseListCertificatesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponse.BuilderListCertificatesResponse.Builder. copy(ListCertificatesResponse o)Copy method to populate the builder with values from the given instance.
-