| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeInstancePatchStatesResponse.Builder |
DescribeInstancePatchStatesResponse.builder() |
DescribeInstancePatchStatesResponse.Builder |
DescribeInstancePatchStatesResponse.Builder.instancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesResponse.Builder |
DescribeInstancePatchStatesResponse.Builder.instancePatchStates(Consumer<InstancePatchState.Builder>... 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.
|
DescribeInstancePatchStatesResponse.Builder |
DescribeInstancePatchStatesResponse.Builder.nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeInstancePatchStatesResponse.Builder |
DescribeInstancePatchStatesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeInstancePatchStatesResponse.Builder> |
DescribeInstancePatchStatesResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.