| 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 CompletableFuture<GetPatchBaselineForPatchGroupResponse> |
SsmAsyncClient.getPatchBaselineForPatchGroup(Consumer<GetPatchBaselineForPatchGroupRequest.Builder> getPatchBaselineForPatchGroupRequest)
Retrieves the patch baseline that should be used for the specified patch group.
|
default GetPatchBaselineForPatchGroupResponse |
SsmClient.getPatchBaselineForPatchGroup(Consumer<GetPatchBaselineForPatchGroupRequest.Builder> getPatchBaselineForPatchGroupRequest)
Retrieves the patch baseline that should be used for the specified patch group.
|
| Modifier and Type | Method and Description |
|---|---|
static GetPatchBaselineForPatchGroupRequest.Builder |
GetPatchBaselineForPatchGroupRequest.builder() |
GetPatchBaselineForPatchGroupRequest.Builder |
GetPatchBaselineForPatchGroupRequest.Builder.operatingSystem(OperatingSystem operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupRequest.Builder |
GetPatchBaselineForPatchGroupRequest.Builder.operatingSystem(String operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupRequest.Builder |
GetPatchBaselineForPatchGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPatchBaselineForPatchGroupRequest.Builder |
GetPatchBaselineForPatchGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPatchBaselineForPatchGroupRequest.Builder |
GetPatchBaselineForPatchGroupRequest.Builder.patchGroup(String patchGroup)
The name of the patch group whose patch baseline should be retrieved.
|
GetPatchBaselineForPatchGroupRequest.Builder |
GetPatchBaselineForPatchGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPatchBaselineForPatchGroupRequest.Builder> |
GetPatchBaselineForPatchGroupRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.