| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
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 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 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.
|
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.
|
| 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.