Uses of Class
com.oracle.bmc.stackmonitoring.responses.CreateMaintenanceWindowResponse
-
Packages that use CreateMaintenanceWindowResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of CreateMaintenanceWindowResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return CreateMaintenanceWindowResponse Modifier and Type Method Description CreateMaintenanceWindowResponse
StackMonitoring. createMaintenanceWindow(CreateMaintenanceWindowRequest request)
Creates a new Maintenance Window for the given resources.CreateMaintenanceWindowResponse
StackMonitoringClient. createMaintenanceWindow(CreateMaintenanceWindowRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type CreateMaintenanceWindowResponse 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)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type CreateMaintenanceWindowResponse 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 CreateMaintenanceWindowResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return CreateMaintenanceWindowResponse Modifier and Type Method Description CreateMaintenanceWindowResponse
CreateMaintenanceWindowResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type CreateMaintenanceWindowResponse Modifier and Type Method Description CreateMaintenanceWindowResponse.Builder
CreateMaintenanceWindowResponse.Builder. copy(CreateMaintenanceWindowResponse o)
Copy method to populate the builder with values from the given instance.
-