| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.clone() |
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withEndTime(Date endTime)
The time the task execution finished.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withStartTime(Date startTime)
The time the task execution started.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withStatus(MaintenanceWindowExecutionStatus status)
The status of the task execution.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withStatus(String status)
The status of the task execution.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withStatusDetails(String statusDetails)
The details explaining the status of the task execution.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withTaskArn(String taskArn)
The ARN of the executed task.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withTaskExecutionId(String taskExecutionId)
The ID of the specific task execution in the Maintenance Window execution.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withTaskType(MaintenanceWindowTaskType taskType)
The type of executed task.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withTaskType(String taskType)
The type of executed task.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withWindowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution that ran the task.
|
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceWindowExecutionTaskIdentity> |
DescribeMaintenanceWindowExecutionTasksResult.getWindowExecutionTaskIdentities()
Information about the task executions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowExecutionTasksResult |
DescribeMaintenanceWindowExecutionTasksResult.withWindowExecutionTaskIdentities(MaintenanceWindowExecutionTaskIdentity... windowExecutionTaskIdentities)
Information about the task executions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMaintenanceWindowExecutionTasksResult.setWindowExecutionTaskIdentities(Collection<MaintenanceWindowExecutionTaskIdentity> windowExecutionTaskIdentities)
Information about the task executions.
|
DescribeMaintenanceWindowExecutionTasksResult |
DescribeMaintenanceWindowExecutionTasksResult.withWindowExecutionTaskIdentities(Collection<MaintenanceWindowExecutionTaskIdentity> windowExecutionTaskIdentities)
Information about the task executions.
|
Copyright © 2018. All rights reserved.