| 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 |
|---|---|
GetMaintenanceWindowExecutionTaskResult |
AbstractAWSSimpleSystemsManagement.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest request) |
GetMaintenanceWindowExecutionTaskResult |
AWSSimpleSystemsManagement.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest getMaintenanceWindowExecutionTaskRequest)
Retrieves the details about a specific task run as part of a maintenance window execution.
|
GetMaintenanceWindowExecutionTaskResult |
AWSSimpleSystemsManagementClient.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest request)
Retrieves the details about a specific task run as part of a maintenance window execution.
|
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.clone() |
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withEndTime(Date endTime)
The time the task execution completed.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withMaxConcurrency(String maxConcurrency)
The defined maximum number of task executions that could be run in parallel.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withMaxErrors(String maxErrors)
The defined maximum number of task execution errors allowed before scheduling of the task execution would have
been stopped.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withPriority(Integer priority)
The priority of the task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withServiceRole(String serviceRole)
The role that was assumed when running the task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withStartTime(Date startTime)
The time the task execution started.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withStatus(MaintenanceWindowExecutionStatus status)
The status of the task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withStatus(String status)
The status of the task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withStatusDetails(String statusDetails)
The details explaining the status.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task that ran.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTaskExecutionId(String taskExecutionId)
The ID of the specific task execution in the maintenance window task that was retrieved.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTaskParameters(Collection<Map<String,MaintenanceWindowTaskParameterValueExpression>> taskParameters)
The parameters passed to the task when it was run.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTaskParameters(Map<String,MaintenanceWindowTaskParameterValueExpression>... taskParameters)
The parameters passed to the task when it was run.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withType(MaintenanceWindowTaskType type)
The type of task that was run.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withType(String type)
The type of task that was run.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution that includes the task.
|
Copyright © 2021. All rights reserved.