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.databaseMethods in com.oracle.bmc.database that return CreateMaintenanceRunResponse Modifier and Type Method Description CreateMaintenanceRunResponseDatabase. createMaintenanceRun(CreateMaintenanceRunRequest request)Creates a maintenance run with one of the following: 1.CreateMaintenanceRunResponseDatabaseClient. 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.responsesMethods in com.oracle.bmc.database.responses that return CreateMaintenanceRunResponse Modifier and Type Method Description CreateMaintenanceRunResponseCreateMaintenanceRunResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateMaintenanceRunResponse Modifier and Type Method Description CreateMaintenanceRunResponse.BuilderCreateMaintenanceRunResponse.Builder. copy(CreateMaintenanceRunResponse o)Copy method to populate the builder with values from the given instance.
 
-