| 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 |
|---|---|
DescribeInstancePatchesResult |
AbstractAWSSimpleSystemsManagement.describeInstancePatches(DescribeInstancePatchesRequest request) |
DescribeInstancePatchesResult |
AWSSimpleSystemsManagement.describeInstancePatches(DescribeInstancePatchesRequest describeInstancePatchesRequest)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
DescribeInstancePatchesResult |
AWSSimpleSystemsManagementClient.describeInstancePatches(DescribeInstancePatchesRequest request)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchesResult |
DescribeInstancePatchesResult.clone() |
DescribeInstancePatchesResult |
DescribeInstancePatchesResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeInstancePatchesResult |
DescribeInstancePatchesResult.withPatches(Collection<PatchComplianceData> patches)
Each entry in the array is a structure containing:
|
DescribeInstancePatchesResult |
DescribeInstancePatchesResult.withPatches(PatchComplianceData... patches)
Each entry in the array is a structure containing:
|
Copyright © 2021. All rights reserved.