| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations 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 © 2023. All rights reserved.