| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionResult |
AWSSimpleSystemsManagement.getMaintenanceWindowExecution(GetMaintenanceWindowExecutionRequest getMaintenanceWindowExecutionRequest)
Retrieves details about a specific task executed as part of a Maintenance Window execution.
|
GetMaintenanceWindowExecutionResult |
AbstractAWSSimpleSystemsManagement.getMaintenanceWindowExecution(GetMaintenanceWindowExecutionRequest request) |
GetMaintenanceWindowExecutionResult |
AWSSimpleSystemsManagementClient.getMaintenanceWindowExecution(GetMaintenanceWindowExecutionRequest request)
Retrieves details about a specific task executed as part of a Maintenance Window execution.
|
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.clone() |
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withEndTime(Date endTime)
The time the Maintenance Window finished executing.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withStartTime(Date startTime)
The time the Maintenance Window started executing.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withStatus(MaintenanceWindowExecutionStatus status)
The status of the Maintenance Window execution.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withStatus(String status)
The status of the Maintenance Window execution.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withStatusDetails(String statusDetails)
The details explaining the Status.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withTaskIds(Collection<String> taskIds)
The ID of the task executions from the Maintenance Window execution.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withTaskIds(String... taskIds)
The ID of the task executions from the Maintenance Window execution.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withWindowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution.
|
Copyright © 2018. All rights reserved.