Uses of Class
com.oracle.bmc.goldengate.responses.ListCertificatesResponse
-
Packages that use ListCertificatesResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListCertificatesResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponse
GoldenGate. listCertificates(ListCertificatesRequest request)
Returns a list of certificates from truststore.ListCertificatesResponse
GoldenGateClient. listCertificates(ListCertificatesRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ListCertificatesResponse Modifier and Type Method Description Future<ListCertificatesResponse>
GoldenGateAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Returns a list of certificates from truststore.Future<ListCertificatesResponse>
GoldenGateAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Iterable<ListCertificatesResponse>
GoldenGatePaginators. listCertificatesResponseIterator(ListCertificatesRequest request)
Creates a new iterable which will iterate over the responses received from the listCertificates operation.Method parameters in com.oracle.bmc.goldengate with type arguments of type ListCertificatesResponse Modifier and Type Method Description Future<ListCertificatesResponse>
GoldenGateAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Returns a list of certificates from truststore.Future<ListCertificatesResponse>
GoldenGateAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
-
Uses of ListCertificatesResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponse
ListCertificatesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.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.
-