| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeInstancePatchStatesResponse> |
SsmAsyncClient.describeInstancePatchStates(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)
Retrieves the high-level patch state of one or more managed nodes.
|
default DescribeInstancePatchStatesResponse |
SsmClient.describeInstancePatchStates(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)
Retrieves the high-level patch state of one or more managed nodes.
|
default DescribeInstancePatchStatesPublisher |
SsmAsyncClient.describeInstancePatchStatesPaginator(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)
Retrieves the high-level patch state of one or more managed nodes.
|
default DescribeInstancePatchStatesIterable |
SsmClient.describeInstancePatchStatesPaginator(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)
Retrieves the high-level patch state of one or more managed nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.builder() |
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.instanceIds(Collection<String> instanceIds)
The ID of the managed node for which patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.instanceIds(String... instanceIds)
The ID of the managed node for which patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.maxResults(Integer maxResults)
The maximum number of managed nodes to return (per page).
|
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeInstancePatchStatesRequest.Builder |
DescribeInstancePatchStatesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeInstancePatchStatesRequest.Builder> |
DescribeInstancePatchStatesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.