| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<UpdateMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsyncClient.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 time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
UpdateMaintenanceWindowRequest |
UpdateMaintenanceWindowRequest.withWindowId(String windowId)
The ID of the maintenance window to update.
|
Copyright © 2021. All rights reserved.