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