| 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 |
|---|---|
DescribeInstanceInformationResult |
AbstractAWSSimpleSystemsManagement.describeInstanceInformation(DescribeInstanceInformationRequest request) |
DescribeInstanceInformationResult |
AWSSimpleSystemsManagementClient.describeInstanceInformation(DescribeInstanceInformationRequest request)
Describes one or more of your managed nodes, including information about the operating system platform, the
version of SSM Agent installed on the managed node, node status, and so on.
|
DescribeInstanceInformationResult |
AWSSimpleSystemsManagement.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your managed nodes, including information about the operating system platform, the
version of SSM Agent installed on the managed node, node status, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceInformationResult |
DescribeInstanceInformationResult.clone() |
DescribeInstanceInformationResult |
DescribeInstanceInformationResult.withInstanceInformationList(Collection<InstanceInformation> instanceInformationList)
The managed node information list.
|
DescribeInstanceInformationResult |
DescribeInstanceInformationResult.withInstanceInformationList(InstanceInformation... instanceInformationList)
The managed node information list.
|
DescribeInstanceInformationResult |
DescribeInstanceInformationResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
Copyright © 2022. All rights reserved.