| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateMaintenanceWindowTargetRequest |
UpdateMaintenanceWindowTargetRequest.clone() |
UpdateMaintenanceWindowTargetRequest |
UpdateMaintenanceWindowTargetRequest.withDescription(String description)
An optional description for the update.
|
UpdateMaintenanceWindowTargetRequest |
UpdateMaintenanceWindowTargetRequest.withName(String name)
A name for the update.
|
UpdateMaintenanceWindowTargetRequest |
UpdateMaintenanceWindowTargetRequest.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.
|
UpdateMaintenanceWindowTargetRequest |
UpdateMaintenanceWindowTargetRequest.withReplace(Boolean replace)
If
True, then all fields that are required by the RegisterTargetWithMaintenanceWindow
operation are also required for this API request. |
UpdateMaintenanceWindowTargetRequest |
UpdateMaintenanceWindowTargetRequest.withTargets(Collection<Target> targets)
The targets to add or replace.
|
UpdateMaintenanceWindowTargetRequest |
UpdateMaintenanceWindowTargetRequest.withTargets(Target... targets)
The targets to add or replace.
|
UpdateMaintenanceWindowTargetRequest |
UpdateMaintenanceWindowTargetRequest.withWindowId(String windowId)
The maintenance window ID with which to modify the target.
|
UpdateMaintenanceWindowTargetRequest |
UpdateMaintenanceWindowTargetRequest.withWindowTargetId(String windowTargetId)
The target ID to modify.
|
Copyright © 2023. All rights reserved.