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