Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.responses |
Modifier and Type | Method and Description |
---|---|
CompleteExternalBackupJobResponse |
DatabaseClient.completeExternalBackupJob(CompleteExternalBackupJobRequest request) |
CompleteExternalBackupJobResponse |
Database.completeExternalBackupJob(CompleteExternalBackupJobRequest request)
Changes the status of the standalone backup resource to
ACTIVE after the backup is created
from the on-premises database and placed in Oracle Cloud Infrastructure Object Storage. |
Modifier and Type | Method and Description |
---|---|
Future<CompleteExternalBackupJobResponse> |
DatabaseAsyncClient.completeExternalBackupJob(CompleteExternalBackupJobRequest request,
AsyncHandler<CompleteExternalBackupJobRequest,CompleteExternalBackupJobResponse> handler) |
Future<CompleteExternalBackupJobResponse> |
DatabaseAsync.completeExternalBackupJob(CompleteExternalBackupJobRequest request,
AsyncHandler<CompleteExternalBackupJobRequest,CompleteExternalBackupJobResponse> handler)
Changes the status of the standalone backup resource to
ACTIVE after the backup is created
from the on-premises database and placed in Oracle Cloud Infrastructure Object Storage. |
Modifier and Type | Method and Description |
---|---|
CompleteExternalBackupJobResponse |
CompleteExternalBackupJobResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CompleteExternalBackupJobResponse.Builder |
CompleteExternalBackupJobResponse.Builder.copy(CompleteExternalBackupJobResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.