| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowTask |
MaintenanceWindowTask.addTaskParametersEntry(String key,
MaintenanceWindowTaskParameterValueExpression value)
Add a single TaskParameters entry
|
MaintenanceWindowTask |
MaintenanceWindowTask.clearTaskParametersEntries()
Removes all the entries added into TaskParameters.
|
MaintenanceWindowTask |
MaintenanceWindowTask.clone() |
MaintenanceWindowTask |
MaintenanceWindowTask.withAlarmConfiguration(AlarmConfiguration alarmConfiguration)
The details for the CloudWatch alarm applied to your maintenance window task.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
The specification for whether tasks should continue to run after the cutoff time specified in the maintenance
windows is reached.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withCutoffBehavior(String cutoffBehavior)
The specification for whether tasks should continue to run after the cutoff time specified in the maintenance
windows is reached.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withDescription(String description)
A description of the task.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withLoggingInfo(LoggingInfo loggingInfo)
Information about an S3 bucket to write task-level logs to.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withMaxConcurrency(String maxConcurrency)
The maximum number of targets this task can be run for, in parallel.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withMaxErrors(String maxErrors)
The maximum number of errors allowed before this task stops being scheduled.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withName(String name)
The task name.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withPriority(Integer priority)
The priority of the task in the maintenance window.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withServiceRoleArn(String serviceRoleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon
Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withTargets(Collection<Target> targets)
The targets (either managed nodes or tags).
|
MaintenanceWindowTask |
MaintenanceWindowTask.withTargets(Target... targets)
The targets (either managed nodes or tags).
|
MaintenanceWindowTask |
MaintenanceWindowTask.withTaskArn(String taskArn)
The resource that the task uses during execution.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withTaskParameters(Map<String,MaintenanceWindowTaskParameterValueExpression> taskParameters)
The parameters that should be passed to the task when it is run.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withType(MaintenanceWindowTaskType type)
The type of task.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withType(String type)
The type of task.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withWindowId(String windowId)
The ID of the maintenance window where the task is registered.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withWindowTaskId(String windowTaskId)
The task ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceWindowTask> |
DescribeMaintenanceWindowTasksResult.getTasks()
Information about the tasks in the maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowTasksResult |
DescribeMaintenanceWindowTasksResult.withTasks(MaintenanceWindowTask... tasks)
Information about the tasks in the maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMaintenanceWindowTasksResult.setTasks(Collection<MaintenanceWindowTask> tasks)
Information about the tasks in the maintenance window.
|
DescribeMaintenanceWindowTasksResult |
DescribeMaintenanceWindowTasksResult.withTasks(Collection<MaintenanceWindowTask> tasks)
Information about the tasks in the maintenance window.
|
Copyright © 2023. All rights reserved.