| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.clone() |
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withCutoff(Integer cutoff)
The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks for
execution.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withDescription(String description)
A description of the maintenance window.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withDuration(Integer duration)
The duration of the maintenance window in hours.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withEnabled(Boolean enabled)
Indicates whether the maintenance window is enabled.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withEndDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withName(String name)
The name of the maintenance window.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withNextExecutionTime(String nextExecutionTime)
The next time the maintenance window will actually run, taking into account any specified times for the
maintenance window to become active or inactive.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withSchedule(String schedule)
The schedule of the maintenance window in the form of a cron or rate expression.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withScheduleOffset(Integer scheduleOffset)
The number of days to wait to run a maintenance window after the scheduled CRON expression date and time.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withScheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withStartDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withWindowId(String windowId)
The ID of the maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceWindowIdentity> |
DescribeMaintenanceWindowsResult.getWindowIdentities()
Information about the maintenance windows.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowsResult |
DescribeMaintenanceWindowsResult.withWindowIdentities(MaintenanceWindowIdentity... windowIdentities)
Information about the maintenance windows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMaintenanceWindowsResult.setWindowIdentities(Collection<MaintenanceWindowIdentity> windowIdentities)
Information about the maintenance windows.
|
DescribeMaintenanceWindowsResult |
DescribeMaintenanceWindowsResult.withWindowIdentities(Collection<MaintenanceWindowIdentity> windowIdentities)
Information about the maintenance windows.
|
Copyright © 2021. All rights reserved.