| 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 |
|---|---|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.addTaskParametersEntry(String key,
MaintenanceWindowTaskParameterValueExpression value)
Add a single TaskParameters entry
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.clearTaskParametersEntries()
Removes all the entries added into TaskParameters.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.clone() |
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is
reached.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withCutoffBehavior(String cutoffBehavior)
Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is
reached.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withDescription(String description)
The new task description to specify.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withLoggingInfo(LoggingInfo loggingInfo)
The new logging location in Amazon S3 to specify.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withMaxConcurrency(String maxConcurrency)
The new
MaxConcurrency value you want to specify. |
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withMaxErrors(String maxErrors)
The new
MaxErrors value to specify. |
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withName(String name)
The new task name to specify.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withPriority(Integer priority)
The new task priority to specify.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withReplace(Boolean replace)
If True, then all fields that are required by the RegisterTaskWithMaintenanceWindow operation are also
required for this API request.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withServiceRoleArn(String serviceRoleArn)
The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when
running a maintenance window task.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withTargets(Collection<Target> targets)
The targets (either managed nodes or tags) to modify.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withTargets(Target... targets)
The targets (either managed nodes or tags) to modify.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withTaskArn(String taskArn)
The task ARN to modify.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withTaskInvocationParameters(MaintenanceWindowTaskInvocationParameters taskInvocationParameters)
The parameters that the task should use during execution.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withTaskParameters(Map<String,MaintenanceWindowTaskParameterValueExpression> taskParameters)
The parameters to modify.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withWindowId(String windowId)
The maintenance window ID that contains the task to modify.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withWindowTaskId(String windowTaskId)
The task ID to modify.
|
Copyright © 2022. All rights reserved.