| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<InstancePatchState> |
DescribeInstancePatchStatesForPatchGroupResponse.instancePatchStates()
The high-level patch state for the requested instances.
|
List<InstancePatchState> |
DescribeInstancePatchStatesResponse.instancePatchStates()
The high-level patch state for the requested instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchStatesForPatchGroupResponse.Builder |
DescribeInstancePatchStatesForPatchGroupResponse.Builder.instancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesResponse.Builder |
DescribeInstancePatchStatesResponse.Builder.instancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchStatesForPatchGroupResponse.Builder |
DescribeInstancePatchStatesForPatchGroupResponse.Builder.instancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesResponse.Builder |
DescribeInstancePatchStatesResponse.Builder.instancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<InstancePatchState> |
DescribeInstancePatchStatesIterable.instancePatchStates()
Returns an iterable to iterate through the paginated
DescribeInstancePatchStatesResponse.instancePatchStates() member. |
SdkIterable<InstancePatchState> |
DescribeInstancePatchStatesForPatchGroupIterable.instancePatchStates()
Returns an iterable to iterate through the paginated
DescribeInstancePatchStatesForPatchGroupResponse.instancePatchStates() member. |
SdkPublisher<InstancePatchState> |
DescribeInstancePatchStatesForPatchGroupPublisher.instancePatchStates()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<InstancePatchState> |
DescribeInstancePatchStatesPublisher.instancePatchStates()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.