| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| 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 Amazon Web Services 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.withEndDate(String endDate)
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become inactive.
|
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 operation 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.withScheduleOffset(Integer scheduleOffset)
The number of days to wait after the date and time specified by a cron expression before running the maintenance
window.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withScheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withStartDate(String startDate)
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become active.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withWindowId(String windowId)
The ID of the maintenance window to update.
|
Copyright © 2023. All rights reserved.