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