Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowTarget |
MaintenanceWindowTarget.clone() |
MaintenanceWindowTarget |
MaintenanceWindowTarget.withDescription(String description)
A description for the target.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withName(String name)
The name for the maintenance window target.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withOwnerInformation(String ownerInformation)
A user-provided value that will be included in any Amazon CloudWatch Events events that are raised while running
tasks for these targets in this maintenance window.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withResourceType(MaintenanceWindowResourceType resourceType)
The type of target that is being registered with the maintenance window.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withResourceType(String resourceType)
The type of target that is being registered with the maintenance window.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withTargets(Collection<Target> targets)
The targets, either managed nodes or tags.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withTargets(Target... targets)
The targets, either managed nodes or tags.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withWindowId(String windowId)
The ID of the maintenance window to register the target with.
|
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 © 2022. All rights reserved.