| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateMaintenanceWindowResult |
AbstractAWSSimpleSystemsManagement.updateMaintenanceWindow(UpdateMaintenanceWindowRequest request) |
UpdateMaintenanceWindowResult |
AWSSimpleSystemsManagementClient.updateMaintenanceWindow(UpdateMaintenanceWindowRequest request)
Updates an existing maintenance window.
|
UpdateMaintenanceWindowResult |
AWSSimpleSystemsManagement.updateMaintenanceWindow(UpdateMaintenanceWindowRequest updateMaintenanceWindowRequest)
Updates an existing maintenance window.
|
| 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 |
|---|---|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.clone() |
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withAllowUnassociatedTargets(Boolean allowUnassociatedTargets)
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withCutoff(Integer cutoff)
The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks for
execution.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withDescription(String description)
An optional description of the update.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withDuration(Integer duration)
The duration of the maintenance window in hours.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withEnabled(Boolean enabled)
Whether the maintenance window is enabled.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withEndDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withName(String name)
The name of the maintenance window.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withSchedule(String schedule)
The schedule of the maintenance window in the form of a cron or rate expression.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withScheduleOffset(Integer scheduleOffset)
The number of days to wait to run a maintenance window after the scheduled CRON expression date and time.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withScheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withStartDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
|
UpdateMaintenanceWindowResult |
UpdateMaintenanceWindowResult.withWindowId(String windowId)
The ID of the created maintenance window.
|
Copyright © 2021. All rights reserved.