| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
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.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetPatchBaselineForPatchGroupResult |
AbstractAWSSimpleSystemsManagement.getPatchBaselineForPatchGroup(GetPatchBaselineForPatchGroupRequest request) |
GetPatchBaselineForPatchGroupResult |
AWSSimpleSystemsManagementClient.getPatchBaselineForPatchGroup(GetPatchBaselineForPatchGroupRequest request)
Retrieves the patch baseline that should be used for the specified patch group.
|
GetPatchBaselineForPatchGroupResult |
AWSSimpleSystemsManagement.getPatchBaselineForPatchGroup(GetPatchBaselineForPatchGroupRequest getPatchBaselineForPatchGroupRequest)
Retrieves the patch baseline that should be used for the specified patch group.
|
| Modifier and Type | Method and Description |
|---|---|
GetPatchBaselineForPatchGroupResult |
GetPatchBaselineForPatchGroupResult.clone() |
GetPatchBaselineForPatchGroupResult |
GetPatchBaselineForPatchGroupResult.withBaselineId(String baselineId)
The ID of the patch baseline that should be used for the patch group.
|
GetPatchBaselineForPatchGroupResult |
GetPatchBaselineForPatchGroupResult.withOperatingSystem(OperatingSystem operatingSystem)
The operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupResult |
GetPatchBaselineForPatchGroupResult.withOperatingSystem(String operatingSystem)
The operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupResult |
GetPatchBaselineForPatchGroupResult.withPatchGroup(String patchGroup)
The name of the patch group.
|
Copyright © 2022. All rights reserved.