Uses of Class
com.oracle.bmc.database.responses.CreateBackupDestinationResponse
-
Packages that use CreateBackupDestinationResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CreateBackupDestinationResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CreateBackupDestinationResponse Modifier and Type Method Description CreateBackupDestinationResponse
Database. createBackupDestination(CreateBackupDestinationRequest request)
Creates a backup destination in an Exadata Cloud@Customer system.CreateBackupDestinationResponse
DatabaseClient. createBackupDestination(CreateBackupDestinationRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type CreateBackupDestinationResponse Modifier and Type Method Description Future<CreateBackupDestinationResponse>
DatabaseAsync. createBackupDestination(CreateBackupDestinationRequest request, AsyncHandler<CreateBackupDestinationRequest,CreateBackupDestinationResponse> handler)
Creates a backup destination in an Exadata Cloud@Customer system.Future<CreateBackupDestinationResponse>
DatabaseAsyncClient. createBackupDestination(CreateBackupDestinationRequest request, AsyncHandler<CreateBackupDestinationRequest,CreateBackupDestinationResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type CreateBackupDestinationResponse Modifier and Type Method Description Future<CreateBackupDestinationResponse>
DatabaseAsync. createBackupDestination(CreateBackupDestinationRequest request, AsyncHandler<CreateBackupDestinationRequest,CreateBackupDestinationResponse> handler)
Creates a backup destination in an Exadata Cloud@Customer system.Future<CreateBackupDestinationResponse>
DatabaseAsyncClient. createBackupDestination(CreateBackupDestinationRequest request, AsyncHandler<CreateBackupDestinationRequest,CreateBackupDestinationResponse> handler)
-
Uses of CreateBackupDestinationResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CreateBackupDestinationResponse Modifier and Type Method Description CreateBackupDestinationResponse
CreateBackupDestinationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateBackupDestinationResponse Modifier and Type Method Description CreateBackupDestinationResponse.Builder
CreateBackupDestinationResponse.Builder. copy(CreateBackupDestinationResponse o)
Copy method to populate the builder with values from the given instance.
-