Uses of Class
com.oracle.bmc.apigateway.responses.ListCertificatesResponse
-
Packages that use ListCertificatesResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of ListCertificatesResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponse
ApiGateway. listCertificates(ListCertificatesRequest request)
Returns a list of certificates.ListCertificatesResponse
ApiGatewayClient. listCertificates(ListCertificatesRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type ListCertificatesResponse Modifier and Type Method Description Future<ListCertificatesResponse>
ApiGatewayAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Returns a list of certificates.Future<ListCertificatesResponse>
ApiGatewayAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Iterable<ListCertificatesResponse>
ApiGatewayPaginators. listCertificatesResponseIterator(ListCertificatesRequest request)
Creates a new iterable which will iterate over the responses received from the listCertificates operation.Method parameters in com.oracle.bmc.apigateway with type arguments of type ListCertificatesResponse Modifier and Type Method Description Future<ListCertificatesResponse>
ApiGatewayAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Returns a list of certificates.Future<ListCertificatesResponse>
ApiGatewayAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
-
Uses of ListCertificatesResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponse
ListCertificatesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponse.Builder
ListCertificatesResponse.Builder. copy(ListCertificatesResponse o)
Copy method to populate the builder with values from the given instance.
-