Uses of Class
com.oracle.bmc.stackmonitoring.responses.GetMaintenanceWindowResponse
-
Packages that use GetMaintenanceWindowResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of GetMaintenanceWindowResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return GetMaintenanceWindowResponse Modifier and Type Method Description GetMaintenanceWindowResponse
StackMonitoring. getMaintenanceWindow(GetMaintenanceWindowRequest request)
Get maintenance window for the given identifier OCID.GetMaintenanceWindowResponse
StackMonitoringClient. getMaintenanceWindow(GetMaintenanceWindowRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type GetMaintenanceWindowResponse Modifier and Type Method Description Future<GetMaintenanceWindowResponse>
StackMonitoringAsync. getMaintenanceWindow(GetMaintenanceWindowRequest request, AsyncHandler<GetMaintenanceWindowRequest,GetMaintenanceWindowResponse> handler)
Get maintenance window for the given identifier OCID.Future<GetMaintenanceWindowResponse>
StackMonitoringAsyncClient. getMaintenanceWindow(GetMaintenanceWindowRequest request, AsyncHandler<GetMaintenanceWindowRequest,GetMaintenanceWindowResponse> handler)
-
Uses of GetMaintenanceWindowResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return GetMaintenanceWindowResponse Modifier and Type Method Description GetMaintenanceWindowResponse
GetMaintenanceWindowResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type GetMaintenanceWindowResponse Modifier and Type Method Description GetMaintenanceWindowResponse.Builder
GetMaintenanceWindowResponse.Builder. copy(GetMaintenanceWindowResponse o)
Copy method to populate the builder with values from the given instance.
-