| 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 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 © 2021. All rights reserved.