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 ListDeploymentBackupsResponseGoldenGate. listDeploymentBackups(ListDeploymentBackupsRequest request)Lists the Backups in a compartment.ListDeploymentBackupsResponseGoldenGateClient. 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 ListDeploymentBackupsResponseListDeploymentBackupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListDeploymentBackupsResponse Modifier and Type Method Description ListDeploymentBackupsResponse.BuilderListDeploymentBackupsResponse.Builder. copy(ListDeploymentBackupsResponse o)Copy method to populate the builder with values from the given instance.
-