| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowIdentityForTarget |
MaintenanceWindowIdentityForTarget.clone() |
MaintenanceWindowIdentityForTarget |
MaintenanceWindowIdentityForTarget.withName(String name)
The name of the maintenance window.
|
MaintenanceWindowIdentityForTarget |
MaintenanceWindowIdentityForTarget.withWindowId(String windowId)
The ID of the maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceWindowIdentityForTarget> |
DescribeMaintenanceWindowsForTargetResult.getWindowIdentities()
Information about the maintenance window targets and tasks an instance is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowsForTargetResult |
DescribeMaintenanceWindowsForTargetResult.withWindowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMaintenanceWindowsForTargetResult.setWindowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
|
DescribeMaintenanceWindowsForTargetResult |
DescribeMaintenanceWindowsForTargetResult.withWindowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
|
Copyright © 2020. All rights reserved.