| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsyncClient.updateMaintenanceWindowAsync(UpdateMaintenanceWindowRequest request,
AsyncHandler<UpdateMaintenanceWindowRequest,UpdateMaintenanceWindowResult> asyncHandler) |
Future<UpdateMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsync.updateMaintenanceWindowAsync(UpdateMaintenanceWindowRequest updateMaintenanceWindowRequest,
AsyncHandler<UpdateMaintenanceWindowRequest,UpdateMaintenanceWindowResult> asyncHandler)
Updates an existing Maintenance Window.
|
Future<UpdateMaintenanceWindowResult> |
AbstractAWSSimpleSystemsManagementAsync.updateMaintenanceWindowAsync(UpdateMaintenanceWindowRequest request,
AsyncHandler<UpdateMaintenanceWindowRequest,UpdateMaintenanceWindowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.clone() |
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withAllowUnassociatedTargets(Boolean allowUnassociatedTargets)
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withCutoff(Integer cutoff)
The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for
execution.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withDescription(String description)
An optional description for the update request.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withDuration(Integer duration)
The duration of the Maintenance Window in hours.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withEnabled(Boolean enabled)
Whether the Maintenance Window is enabled.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withName(String name)
The name of the Maintenance Window.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withReplace(Boolean replace)
If True, then all fields that are required by the CreateMaintenanceWindow action are also required for this API
request.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withSchedule(String schedule)
The schedule of the Maintenance Window in the form of a cron or rate expression.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withWindowId(String windowId)
The ID of the Maintenance Window to update.
|
Copyright © 2018. All rights reserved.