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 DescribeEffectivePatchesForPatchBaselineResponse |
SsmClient.describeEffectivePatchesForPatchBaseline(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
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 DescribeEffectivePatchesForPatchBaselineIterable |
SsmClient.describeEffectivePatchesForPatchBaselinePaginator(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
default DescribeEffectivePatchesForPatchBaselinePublisher |
SsmAsyncClient.describeEffectivePatchesForPatchBaselinePaginator(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.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
DescribeEffectivePatchesForPatchBaselineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
DescribeEffectivePatchesForPatchBaselineRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.Builder> |
DescribeEffectivePatchesForPatchBaselineRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.