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 |
---|---|
SdkPublisher<MaintenanceWindowExecution> |
DescribeMaintenanceWindowExecutionsPublisher.windowExecutions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<MaintenanceWindowExecution> |
DescribeMaintenanceWindowExecutionsIterable.windowExecutions()
Returns an iterable to iterate through the paginated
DescribeMaintenanceWindowExecutionsResponse.windowExecutions() member. |
Copyright © 2020. All rights reserved.