| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledWindowExecution> |
DescribeMaintenanceWindowScheduleResponse.scheduledWindowExecutions()
Information about maintenance window executions scheduled for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowScheduleResponse.Builder |
DescribeMaintenanceWindowScheduleResponse.Builder.scheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowScheduleResponse.Builder |
DescribeMaintenanceWindowScheduleResponse.Builder.scheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ScheduledWindowExecution> |
DescribeMaintenanceWindowScheduleIterable.scheduledWindowExecutions()
Returns an iterable to iterate through the paginated
DescribeMaintenanceWindowScheduleResponse.scheduledWindowExecutions() member. |
SdkPublisher<ScheduledWindowExecution> |
DescribeMaintenanceWindowSchedulePublisher.scheduledWindowExecutions()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.