| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowExecution |
MaintenanceWindowExecution.clone() |
MaintenanceWindowExecution |
MaintenanceWindowExecution.withEndTime(Date endTime)
The time the execution finished.
|
MaintenanceWindowExecution |
MaintenanceWindowExecution.withStartTime(Date startTime)
The time the execution started.
|
MaintenanceWindowExecution |
MaintenanceWindowExecution.withStatus(MaintenanceWindowExecutionStatus status)
The status of the execution.
|
MaintenanceWindowExecution |
MaintenanceWindowExecution.withStatus(String status)
The status of the execution.
|
MaintenanceWindowExecution |
MaintenanceWindowExecution.withStatusDetails(String statusDetails)
The details explaining the Status.
|
MaintenanceWindowExecution |
MaintenanceWindowExecution.withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution.
|
MaintenanceWindowExecution |
MaintenanceWindowExecution.withWindowId(String windowId)
The ID of the maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceWindowExecution> |
DescribeMaintenanceWindowExecutionsResult.getWindowExecutions()
Information about the maintenance window executions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowExecutionsResult |
DescribeMaintenanceWindowExecutionsResult.withWindowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the maintenance window executions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMaintenanceWindowExecutionsResult.setWindowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the maintenance window executions.
|
DescribeMaintenanceWindowExecutionsResult |
DescribeMaintenanceWindowExecutionsResult.withWindowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the maintenance window executions.
|
Copyright © 2020. All rights reserved.