| 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<DescribeInstancePatchesResponse> |
SsmAsyncClient.describeInstancePatches(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest)
Retrieves information about the patches on the specified managed node and their state relative to the patch
baseline being used for the node.
|
default DescribeInstancePatchesResponse |
SsmClient.describeInstancePatches(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest)
Retrieves information about the patches on the specified managed node and their state relative to the patch
baseline being used for the node.
|
default DescribeInstancePatchesPublisher |
SsmAsyncClient.describeInstancePatchesPaginator(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest)
Retrieves information about the patches on the specified managed node and their state relative to the patch
baseline being used for the node.
|
default DescribeInstancePatchesIterable |
SsmClient.describeInstancePatchesPaginator(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest)
Retrieves information about the patches on the specified managed node and their state relative to the patch
baseline being used for the node.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.builder() |
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.filters(Collection<PatchOrchestratorFilter> filters)
Each element in the array is a structure containing a key-value pair.
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.filters(Consumer<PatchOrchestratorFilter.Builder>... filters)
Each element in the array is a structure containing a key-value pair.
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.filters(PatchOrchestratorFilter... filters)
Each element in the array is a structure containing a key-value pair.
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.instanceId(String instanceId)
The ID of the managed node whose patch state information should be retrieved.
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.maxResults(Integer maxResults)
The maximum number of patches to return (per page).
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeInstancePatchesRequest.Builder> |
DescribeInstancePatchesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.