Uses of Class
com.oracle.bmc.goldengate.responses.ListDeploymentBackupsResponse
-
Packages that use ListDeploymentBackupsResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListDeploymentBackupsResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListDeploymentBackupsResponse Modifier and Type Method Description ListDeploymentBackupsResponse
GoldenGate. listDeploymentBackups(ListDeploymentBackupsRequest request)
Lists the Backups in a compartment.ListDeploymentBackupsResponse
GoldenGateClient. listDeploymentBackups(ListDeploymentBackupsRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ListDeploymentBackupsResponse Modifier and Type Method Description Future<ListDeploymentBackupsResponse>
GoldenGateAsync. listDeploymentBackups(ListDeploymentBackupsRequest request, AsyncHandler<ListDeploymentBackupsRequest,ListDeploymentBackupsResponse> handler)
Lists the Backups in a compartment.Future<ListDeploymentBackupsResponse>
GoldenGateAsyncClient. listDeploymentBackups(ListDeploymentBackupsRequest request, AsyncHandler<ListDeploymentBackupsRequest,ListDeploymentBackupsResponse> handler)
Iterable<ListDeploymentBackupsResponse>
GoldenGatePaginators. listDeploymentBackupsResponseIterator(ListDeploymentBackupsRequest request)
Creates a new iterable which will iterate over the responses received from the listDeploymentBackups operation.Method parameters in com.oracle.bmc.goldengate with type arguments of type ListDeploymentBackupsResponse Modifier and Type Method Description Future<ListDeploymentBackupsResponse>
GoldenGateAsync. listDeploymentBackups(ListDeploymentBackupsRequest request, AsyncHandler<ListDeploymentBackupsRequest,ListDeploymentBackupsResponse> handler)
Lists the Backups in a compartment.Future<ListDeploymentBackupsResponse>
GoldenGateAsyncClient. listDeploymentBackups(ListDeploymentBackupsRequest request, AsyncHandler<ListDeploymentBackupsRequest,ListDeploymentBackupsResponse> handler)
-
Uses of ListDeploymentBackupsResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListDeploymentBackupsResponse Modifier and Type Method Description ListDeploymentBackupsResponse
ListDeploymentBackupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListDeploymentBackupsResponse Modifier and Type Method Description ListDeploymentBackupsResponse.Builder
ListDeploymentBackupsResponse.Builder. copy(ListDeploymentBackupsResponse o)
Copy method to populate the builder with values from the given instance.
-