| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AutomationExecutionMetadata> |
DescribeAutomationExecutionsResponse.automationExecutionMetadataList()
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationExecutionsResponse.Builder |
DescribeAutomationExecutionsResponse.Builder.automationExecutionMetadataList(AutomationExecutionMetadata... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter
specification, if any.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationExecutionsResponse.Builder |
DescribeAutomationExecutionsResponse.Builder.automationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter
specification, if any.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AutomationExecutionMetadata> |
DescribeAutomationExecutionsPublisher.automationExecutionMetadataList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AutomationExecutionMetadata> |
DescribeAutomationExecutionsIterable.automationExecutionMetadataList()
Returns an iterable to iterate through the paginated
DescribeAutomationExecutionsResponse.automationExecutionMetadataList() member. |
Copyright © 2020. All rights reserved.