Uses of Class
com.oracle.bmc.stackmonitoring.requests.CreateMaintenanceWindowRequest
-
Packages that use CreateMaintenanceWindowRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of CreateMaintenanceWindowRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type CreateMaintenanceWindowRequest Modifier and Type Method Description CreateMaintenanceWindowResponse
StackMonitoring. createMaintenanceWindow(CreateMaintenanceWindowRequest request)
Creates a new Maintenance Window for the given resources.Future<CreateMaintenanceWindowResponse>
StackMonitoringAsync. createMaintenanceWindow(CreateMaintenanceWindowRequest request, AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResponse> handler)
Creates a new Maintenance Window for the given resources.Future<CreateMaintenanceWindowResponse>
StackMonitoringAsyncClient. createMaintenanceWindow(CreateMaintenanceWindowRequest request, AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResponse> handler)
CreateMaintenanceWindowResponse
StackMonitoringClient. createMaintenanceWindow(CreateMaintenanceWindowRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type CreateMaintenanceWindowRequest Modifier and Type Method Description Future<CreateMaintenanceWindowResponse>
StackMonitoringAsync. createMaintenanceWindow(CreateMaintenanceWindowRequest request, AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResponse> handler)
Creates a new Maintenance Window for the given resources.Future<CreateMaintenanceWindowResponse>
StackMonitoringAsyncClient. createMaintenanceWindow(CreateMaintenanceWindowRequest request, AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResponse> handler)
-
Uses of CreateMaintenanceWindowRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return CreateMaintenanceWindowRequest Modifier and Type Method Description CreateMaintenanceWindowRequest
CreateMaintenanceWindowRequest.Builder. build()
Build the instance of CreateMaintenanceWindowRequest as configured by this builderCreateMaintenanceWindowRequest
CreateMaintenanceWindowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMaintenanceWindowRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type CreateMaintenanceWindowRequest Modifier and Type Method Description CreateMaintenanceWindowRequest.Builder
CreateMaintenanceWindowRequest.Builder. copy(CreateMaintenanceWindowRequest o)
Copy method to populate the builder with values from the given instance.
-