| 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 |
|---|---|
DescribeAutomationExecutionsResult |
AbstractAWSSimpleSystemsManagement.describeAutomationExecutions(DescribeAutomationExecutionsRequest request) |
DescribeAutomationExecutionsResult |
AWSSimpleSystemsManagement.describeAutomationExecutions(DescribeAutomationExecutionsRequest describeAutomationExecutionsRequest)
Provides details about all active and terminated Automation executions.
|
DescribeAutomationExecutionsResult |
AWSSimpleSystemsManagementClient.describeAutomationExecutions(DescribeAutomationExecutionsRequest request)
Provides details about all active and terminated Automation executions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationExecutionsResult |
DescribeAutomationExecutionsResult.clone() |
DescribeAutomationExecutionsResult |
DescribeAutomationExecutionsResult.withAutomationExecutionMetadataList(AutomationExecutionMetadata... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
DescribeAutomationExecutionsResult |
DescribeAutomationExecutionsResult.withAutomationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
DescribeAutomationExecutionsResult |
DescribeAutomationExecutionsResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
Copyright © 2021. All rights reserved.