| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledWindowExecution |
ScheduledWindowExecution.clone() |
ScheduledWindowExecution |
ScheduledWindowExecution.withExecutionTime(String executionTime)
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
|
ScheduledWindowExecution |
ScheduledWindowExecution.withName(String name)
The name of the maintenance window to be run.
|
ScheduledWindowExecution |
ScheduledWindowExecution.withWindowId(String windowId)
The ID of the maintenance window to be run.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledWindowExecution> |
DescribeMaintenanceWindowScheduleResult.getScheduledWindowExecutions()
Information about maintenance window executions scheduled for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowScheduleResult |
DescribeMaintenanceWindowScheduleResult.withScheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMaintenanceWindowScheduleResult.setScheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
DescribeMaintenanceWindowScheduleResult |
DescribeMaintenanceWindowScheduleResult.withScheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
Copyright © 2021. All rights reserved.