| 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 |
|---|---|
DescribeEffectivePatchesForPatchBaselineResult |
AbstractAWSSimpleSystemsManagement.describeEffectivePatchesForPatchBaseline(DescribeEffectivePatchesForPatchBaselineRequest request) |
DescribeEffectivePatchesForPatchBaselineResult |
AWSSimpleSystemsManagement.describeEffectivePatchesForPatchBaseline(DescribeEffectivePatchesForPatchBaselineRequest describeEffectivePatchesForPatchBaselineRequest)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
DescribeEffectivePatchesForPatchBaselineResult |
AWSSimpleSystemsManagementClient.describeEffectivePatchesForPatchBaseline(DescribeEffectivePatchesForPatchBaselineRequest request)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEffectivePatchesForPatchBaselineResult |
DescribeEffectivePatchesForPatchBaselineResult.clone() |
DescribeEffectivePatchesForPatchBaselineResult |
DescribeEffectivePatchesForPatchBaselineResult.withEffectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
|
DescribeEffectivePatchesForPatchBaselineResult |
DescribeEffectivePatchesForPatchBaselineResult.withEffectivePatches(EffectivePatch... effectivePatches)
An array of patches and patch status.
|
DescribeEffectivePatchesForPatchBaselineResult |
DescribeEffectivePatchesForPatchBaselineResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
Copyright © 2021. All rights reserved.