Uses of Class
com.oracle.bmc.certificatesmanagement.responses.ListCertificatesResponse
-
Packages that use ListCertificatesResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of ListCertificatesResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponse
CertificatesManagement. listCertificates(ListCertificatesRequest request)
Lists all certificates that match the query parameters.ListCertificatesResponse
CertificatesManagementClient. listCertificates(ListCertificatesRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type ListCertificatesResponse 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)
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 ListCertificatesResponse 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 ListCertificatesResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponse
ListCertificatesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.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.
-