Uses of Class
com.oracle.bmc.stackmonitoring.requests.GetMaintenanceWindowRequest
-
Packages that use GetMaintenanceWindowRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of GetMaintenanceWindowRequest in com.oracle.bmc.stackmonitoring
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type GetMaintenanceWindowRequest 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 GetMaintenanceWindowRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return GetMaintenanceWindowRequest Modifier and Type Method Description GetMaintenanceWindowRequest
GetMaintenanceWindowRequest.Builder. build()
Build the instance of GetMaintenanceWindowRequest as configured by this builderGetMaintenanceWindowRequest
GetMaintenanceWindowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMaintenanceWindowRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type GetMaintenanceWindowRequest Modifier and Type Method Description GetMaintenanceWindowRequest.Builder
GetMaintenanceWindowRequest.Builder. copy(GetMaintenanceWindowRequest o)
Copy method to populate the builder with values from the given instance.
-