Uses of Class
com.oracle.bmc.database.responses.CreateMaintenanceRunResponse
-
Packages that use CreateMaintenanceRunResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CreateMaintenanceRunResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CreateMaintenanceRunResponse Modifier and Type Method Description CreateMaintenanceRunResponse
Database. createMaintenanceRun(CreateMaintenanceRunRequest request)
Creates a maintenance run with one of the following: 1.CreateMaintenanceRunResponse
DatabaseClient. createMaintenanceRun(CreateMaintenanceRunRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type CreateMaintenanceRunResponse Modifier and Type Method Description Future<CreateMaintenanceRunResponse>
DatabaseAsync. createMaintenanceRun(CreateMaintenanceRunRequest request, AsyncHandler<CreateMaintenanceRunRequest,CreateMaintenanceRunResponse> handler)
Creates a maintenance run with one of the following: 1.Future<CreateMaintenanceRunResponse>
DatabaseAsyncClient. createMaintenanceRun(CreateMaintenanceRunRequest request, AsyncHandler<CreateMaintenanceRunRequest,CreateMaintenanceRunResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type CreateMaintenanceRunResponse Modifier and Type Method Description Future<CreateMaintenanceRunResponse>
DatabaseAsync. createMaintenanceRun(CreateMaintenanceRunRequest request, AsyncHandler<CreateMaintenanceRunRequest,CreateMaintenanceRunResponse> handler)
Creates a maintenance run with one of the following: 1.Future<CreateMaintenanceRunResponse>
DatabaseAsyncClient. createMaintenanceRun(CreateMaintenanceRunRequest request, AsyncHandler<CreateMaintenanceRunRequest,CreateMaintenanceRunResponse> handler)
-
Uses of CreateMaintenanceRunResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CreateMaintenanceRunResponse Modifier and Type Method Description CreateMaintenanceRunResponse
CreateMaintenanceRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateMaintenanceRunResponse Modifier and Type Method Description CreateMaintenanceRunResponse.Builder
CreateMaintenanceRunResponse.Builder. copy(CreateMaintenanceRunResponse o)
Copy method to populate the builder with values from the given instance.
-