Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowTask |
MaintenanceWindowTask.addTaskParametersEntry(String key,
MaintenanceWindowTaskParameterValueExpression value) |
MaintenanceWindowTask |
MaintenanceWindowTask.clearTaskParametersEntries()
Removes all the entries added into TaskParameters.
|
MaintenanceWindowTask |
MaintenanceWindowTask.clone() |
MaintenanceWindowTask |
MaintenanceWindowTask.withDescription(String description)
A description of the task.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withLoggingInfo(LoggingInfo loggingInfo)
Information about an Amazon 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 role that should be assumed when executing the task
|
MaintenanceWindowTask |
MaintenanceWindowTask.withTargets(Collection<Target> targets)
The targets (either instances or tags).
|
MaintenanceWindowTask |
MaintenanceWindowTask.withTargets(Target... targets)
The targets (either instances 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 executed.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withType(MaintenanceWindowTaskType type)
The type of task.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withType(String type)
The type of task.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withWindowId(String windowId)
The Maintenance Window ID 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 © 2018. All rights reserved.