| 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 GetPatchBaselineForPatchGroupResponse |
SsmClient.getPatchBaselineForPatchGroup(Consumer<GetPatchBaselineForPatchGroupRequest.Builder> getPatchBaselineForPatchGroupRequest)
Retrieves the patch baseline that should be used for the specified patch group.
|
default CompletableFuture<GetPatchBaselineForPatchGroupResponse> |
SsmAsyncClient.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 the operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupRequest.Builder |
GetPatchBaselineForPatchGroupRequest.Builder.operatingSystem(String operatingSystem)
Returns the 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 © 2023. All rights reserved.