| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.builder() |
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.instanceIds(Collection<String> instanceIds)
The ID of the instance whose patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.instanceIds(String... instanceIds)
The ID of the instance whose patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.maxResults(Integer maxResults)
The maximum number of instances to return (per page).
|
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeInstancePatchStatesRequest.Builder> |
DescribeInstancePatchStatesRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.