| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| 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 instance and their state relative to the patch baseline
being used for the instance.
|
default DescribeInstancePatchesResponse |
SSMClient.describeInstancePatches(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.builder() |
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.filters(Collection<PatchOrchestratorFilter> filters)
Each entry in the array is a structure containing:
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.filters(PatchOrchestratorFilter... filters)
Each entry in the array is a structure containing:
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.instanceId(String instanceId)
The ID of the instance 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.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeInstancePatchesRequest.Builder> |
DescribeInstancePatchesRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.