| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeEffectivePatchesForPatchBaselineResponse> |
SSMAsyncClient.describeEffectivePatchesForPatchBaseline(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
default DescribeEffectivePatchesForPatchBaselineResponse |
SSMClient.describeEffectivePatchesForPatchBaseline(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
DescribeEffectivePatchesForPatchBaselineRequest.Builder.baselineId(String baselineId)
The ID of the patch baseline to retrieve the effective patches for.
|
static DescribeEffectivePatchesForPatchBaselineRequest.Builder |
DescribeEffectivePatchesForPatchBaselineRequest.builder() |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
DescribeEffectivePatchesForPatchBaselineRequest.Builder.maxResults(Integer maxResults)
The maximum number of patches to return (per page).
|
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
DescribeEffectivePatchesForPatchBaselineRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
DescribeEffectivePatchesForPatchBaselineRequest.Builder.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
DescribeEffectivePatchesForPatchBaselineRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.Builder> |
DescribeEffectivePatchesForPatchBaselineRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.