| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.transform |
| 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 |
|---|---|
AutomationExecutionMetadata |
AutomationExecutionMetadataUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationExecutionMetadataMarshaller.marshall(AutomationExecutionMetadata automationExecutionMetadata,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.