| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceWindowExecution> |
DescribeMaintenanceWindowExecutionsResponse.windowExecutions()
Information about the maintenance window executions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowExecutionsResponse.Builder |
DescribeMaintenanceWindowExecutionsResponse.Builder.windowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the maintenance window executions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowExecutionsResponse.Builder |
DescribeMaintenanceWindowExecutionsResponse.Builder.windowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the maintenance window executions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<MaintenanceWindowExecution> |
DescribeMaintenanceWindowExecutionsIterable.windowExecutions()
Returns an iterable to iterate through the paginated
DescribeMaintenanceWindowExecutionsResponse.windowExecutions() member. |
SdkPublisher<MaintenanceWindowExecution> |
DescribeMaintenanceWindowExecutionsPublisher.windowExecutions()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.