| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowTarget |
MaintenanceWindowTarget.clone() |
MaintenanceWindowTarget |
MaintenanceWindowTarget.withDescription(String description)
A description of the target.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withName(String name)
The target name.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withOwnerInformation(String ownerInformation)
User-provided value that will be included in any CloudWatch events raised while running tasks for these targets
in this Maintenance Window.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withResourceType(MaintenanceWindowResourceType resourceType)
The type of target.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withResourceType(String resourceType)
The type of target.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withTargets(Collection<Target> targets)
The targets (either instances or tags).
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withTargets(Target... targets)
The targets (either instances or tags).
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withWindowId(String windowId)
The Maintenance Window ID where the target is registered.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withWindowTargetId(String windowTargetId)
The ID of the target.
|
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceWindowTarget> |
DescribeMaintenanceWindowTargetsResult.getTargets()
Information about the targets in the Maintenance Window.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowTargetsResult |
DescribeMaintenanceWindowTargetsResult.withTargets(MaintenanceWindowTarget... targets)
Information about the targets in the Maintenance Window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMaintenanceWindowTargetsResult.setTargets(Collection<MaintenanceWindowTarget> targets)
Information about the targets in the Maintenance Window.
|
DescribeMaintenanceWindowTargetsResult |
DescribeMaintenanceWindowTargetsResult.withTargets(Collection<MaintenanceWindowTarget> targets)
Information about the targets in the Maintenance Window.
|
Copyright © 2018. All rights reserved.