| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
List<StepExecution> |
AutomationExecution.stepExecutions()
A list of details about the current state of all steps that comprise an execution.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution.Builder |
AutomationExecution.Builder.stepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution.Builder |
AutomationExecution.Builder.stepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
| Modifier and Type | Method and Description |
|---|---|
StepExecution |
StepExecutionUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepExecutionMarshaller.marshall(StepExecution stepExecution,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2018. All rights reserved.