Uses of Class
com.oracle.bmc.psql.requests.BackupCopyRequest
-
Packages that use BackupCopyRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of BackupCopyRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type BackupCopyRequest Modifier and Type Method Description BackupCopyResponse
Postgresql. backupCopy(BackupCopyRequest request)
Backup Copy Request to copy back up in remote region.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)
BackupCopyResponse
PostgresqlClient. backupCopy(BackupCopyRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type BackupCopyRequest 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 BackupCopyRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return BackupCopyRequest Modifier and Type Method Description BackupCopyRequest
BackupCopyRequest.Builder. build()
Build the instance of BackupCopyRequest as configured by this builderBackupCopyRequest
BackupCopyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BackupCopyRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type BackupCopyRequest Modifier and Type Method Description BackupCopyRequest.Builder
BackupCopyRequest.Builder. copy(BackupCopyRequest o)
Copy method to populate the builder with values from the given instance.
-