| 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 RegisterPatchBaselineForPatchGroupResponse |
SsmClient.registerPatchBaselineForPatchGroup(Consumer<RegisterPatchBaselineForPatchGroupRequest.Builder> registerPatchBaselineForPatchGroupRequest)
Registers a patch baseline for a patch group.
|
default CompletableFuture<RegisterPatchBaselineForPatchGroupResponse> |
SsmAsyncClient.registerPatchBaselineForPatchGroup(Consumer<RegisterPatchBaselineForPatchGroupRequest.Builder> registerPatchBaselineForPatchGroupRequest)
Registers a patch baseline for a patch group.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterPatchBaselineForPatchGroupRequest.Builder |
RegisterPatchBaselineForPatchGroupRequest.Builder.baselineId(String baselineId)
The ID of the patch baseline to register with the patch group.
|
static RegisterPatchBaselineForPatchGroupRequest.Builder |
RegisterPatchBaselineForPatchGroupRequest.builder() |
RegisterPatchBaselineForPatchGroupRequest.Builder |
RegisterPatchBaselineForPatchGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterPatchBaselineForPatchGroupRequest.Builder |
RegisterPatchBaselineForPatchGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RegisterPatchBaselineForPatchGroupRequest.Builder |
RegisterPatchBaselineForPatchGroupRequest.Builder.patchGroup(String patchGroup)
The name of the patch group to be registered with the patch baseline.
|
RegisterPatchBaselineForPatchGroupRequest.Builder |
RegisterPatchBaselineForPatchGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegisterPatchBaselineForPatchGroupRequest.Builder> |
RegisterPatchBaselineForPatchGroupRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.