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