Uses of Class
com.oracle.bmc.stackmonitoring.responses.StopMaintenanceWindowResponse
-
Packages that use StopMaintenanceWindowResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of StopMaintenanceWindowResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return StopMaintenanceWindowResponse Modifier and Type Method Description StopMaintenanceWindowResponse
StackMonitoring. stopMaintenanceWindow(StopMaintenanceWindowRequest request)
Stop a maintenance window before the end time is reached.StopMaintenanceWindowResponse
StackMonitoringClient. stopMaintenanceWindow(StopMaintenanceWindowRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type StopMaintenanceWindowResponse Modifier and Type Method Description Future<StopMaintenanceWindowResponse>
StackMonitoringAsync. stopMaintenanceWindow(StopMaintenanceWindowRequest request, AsyncHandler<StopMaintenanceWindowRequest,StopMaintenanceWindowResponse> handler)
Stop a maintenance window before the end time is reached.Future<StopMaintenanceWindowResponse>
StackMonitoringAsyncClient. stopMaintenanceWindow(StopMaintenanceWindowRequest request, AsyncHandler<StopMaintenanceWindowRequest,StopMaintenanceWindowResponse> handler)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type StopMaintenanceWindowResponse Modifier and Type Method Description Future<StopMaintenanceWindowResponse>
StackMonitoringAsync. stopMaintenanceWindow(StopMaintenanceWindowRequest request, AsyncHandler<StopMaintenanceWindowRequest,StopMaintenanceWindowResponse> handler)
Stop a maintenance window before the end time is reached.Future<StopMaintenanceWindowResponse>
StackMonitoringAsyncClient. stopMaintenanceWindow(StopMaintenanceWindowRequest request, AsyncHandler<StopMaintenanceWindowRequest,StopMaintenanceWindowResponse> handler)
-
Uses of StopMaintenanceWindowResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return StopMaintenanceWindowResponse Modifier and Type Method Description StopMaintenanceWindowResponse
StopMaintenanceWindowResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type StopMaintenanceWindowResponse Modifier and Type Method Description StopMaintenanceWindowResponse.Builder
StopMaintenanceWindowResponse.Builder. copy(StopMaintenanceWindowResponse o)
Copy method to populate the builder with values from the given instance.
-