| 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)
Whether the Maintenance Window is enabled.
|
MaintenanceWindowIdentity |
MaintenanceWindowIdentity.withName(String name)
The name of the Maintenance Window.
|
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 © 2018. All rights reserved.