| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceWindowIdentityForTarget> |
DescribeMaintenanceWindowsForTargetResponse.windowIdentities()
Information about the maintenance window targets and tasks an instance is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowsForTargetResponse.Builder |
DescribeMaintenanceWindowsForTargetResponse.Builder.windowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowsForTargetResponse.Builder |
DescribeMaintenanceWindowsForTargetResponse.Builder.windowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<MaintenanceWindowIdentityForTarget> |
DescribeMaintenanceWindowsForTargetIterable.windowIdentities()
Returns an iterable to iterate through the paginated
DescribeMaintenanceWindowsForTargetResponse.windowIdentities() member. |
SdkPublisher<MaintenanceWindowIdentityForTarget> |
DescribeMaintenanceWindowsForTargetPublisher.windowIdentities()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.