Uses of Class
com.oracle.bmc.psql.responses.BackupCopyResponse
-
Packages that use BackupCopyResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of BackupCopyResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return BackupCopyResponse Modifier and Type Method Description BackupCopyResponse
Postgresql. backupCopy(BackupCopyRequest request)
Backup Copy Request to copy back up in remote region.BackupCopyResponse
PostgresqlClient. backupCopy(BackupCopyRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type BackupCopyResponse Modifier and Type Method Description Future<BackupCopyResponse>
PostgresqlAsync. backupCopy(BackupCopyRequest request, AsyncHandler<BackupCopyRequest,BackupCopyResponse> handler)
Backup Copy Request to copy back up in remote region.Future<BackupCopyResponse>
PostgresqlAsyncClient. backupCopy(BackupCopyRequest request, AsyncHandler<BackupCopyRequest,BackupCopyResponse> handler)
Method parameters in com.oracle.bmc.psql with type arguments of type BackupCopyResponse Modifier and Type Method Description Future<BackupCopyResponse>
PostgresqlAsync. backupCopy(BackupCopyRequest request, AsyncHandler<BackupCopyRequest,BackupCopyResponse> handler)
Backup Copy Request to copy back up in remote region.Future<BackupCopyResponse>
PostgresqlAsyncClient. backupCopy(BackupCopyRequest request, AsyncHandler<BackupCopyRequest,BackupCopyResponse> handler)
-
Uses of BackupCopyResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return BackupCopyResponse Modifier and Type Method Description BackupCopyResponse
BackupCopyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type BackupCopyResponse Modifier and Type Method Description BackupCopyResponse.Builder
BackupCopyResponse.Builder. copy(BackupCopyResponse o)
Copy method to populate the builder with values from the given instance.
-