| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.clone() |
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withClientToken(String clientToken)
User-provided idempotency token.
|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withDescription(String description)
An optional description for the target.
|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withName(String name)
An optional name for the target.
|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withOwnerInformation(String ownerInformation)
User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for
these targets in this maintenance window.
|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withResourceType(MaintenanceWindowResourceType resourceType)
The type of target being registered with the maintenance window.
|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withResourceType(String resourceType)
The type of target being registered with the maintenance window.
|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withTargets(Collection<Target> targets)
The targets to register with the maintenance window.
|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withTargets(Target... targets)
The targets to register with the maintenance window.
|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withWindowId(String windowId)
The ID of the maintenance window the target should be registered with.
|
Copyright © 2021. All rights reserved.