Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceWindowResult |
AWSSimpleSystemsManagement.updateMaintenanceWindow(UpdateMaintenanceWindowRequest updateMaintenanceWindowRequest)
Updates an existing Maintenance Window.
|
UpdateMaintenanceWindowResult |
AbstractAWSSimpleSystemsManagement.updateMaintenanceWindow(UpdateMaintenanceWindowRequest request) |
UpdateMaintenanceWindowResult |
AWSSimpleSystemsManagementClient.updateMaintenanceWindow(UpdateMaintenanceWindowRequest request)
Updates an existing Maintenance Window.
|
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 |
---|---|
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.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 © 2018. All rights reserved.