Uses of Class
com.oracle.bmc.database.requests.CreateMaintenanceRunRequest
-
Packages that use CreateMaintenanceRunRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of CreateMaintenanceRunRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type CreateMaintenanceRunRequest Modifier and Type Method Description CreateMaintenanceRunResponse
Database. createMaintenanceRun(CreateMaintenanceRunRequest request)
Creates a maintenance run with one of the following: 1.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)
CreateMaintenanceRunResponse
DatabaseClient. createMaintenanceRun(CreateMaintenanceRunRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CreateMaintenanceRunRequest 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 CreateMaintenanceRunRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateMaintenanceRunRequest Modifier and Type Method Description CreateMaintenanceRunRequest
CreateMaintenanceRunRequest.Builder. build()
Build the instance of CreateMaintenanceRunRequest as configured by this builderCreateMaintenanceRunRequest
CreateMaintenanceRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMaintenanceRunRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type CreateMaintenanceRunRequest Modifier and Type Method Description CreateMaintenanceRunRequest.Builder
CreateMaintenanceRunRequest.Builder. copy(CreateMaintenanceRunRequest o)
Copy method to populate the builder with values from the given instance.
-