| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
RemediationExecutionStep |
RemediationExecutionStep.clone() |
RemediationExecutionStep |
RemediationExecutionStep.withErrorMessage(String errorMessage)
An error message if the step was interrupted during execution.
|
RemediationExecutionStep |
RemediationExecutionStep.withName(String name)
The details of the step.
|
RemediationExecutionStep |
RemediationExecutionStep.withStartTime(Date startTime)
The time when the step started.
|
RemediationExecutionStep |
RemediationExecutionStep.withState(RemediationExecutionStepState state)
The valid status of the step.
|
RemediationExecutionStep |
RemediationExecutionStep.withState(String state)
The valid status of the step.
|
RemediationExecutionStep |
RemediationExecutionStep.withStopTime(Date stopTime)
The time when the step stopped.
|
| Modifier and Type | Method and Description |
|---|---|
List<RemediationExecutionStep> |
RemediationExecutionStatus.getStepDetails()
Details of every step.
|
| Modifier and Type | Method and Description |
|---|---|
RemediationExecutionStatus |
RemediationExecutionStatus.withStepDetails(RemediationExecutionStep... stepDetails)
Details of every step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemediationExecutionStatus.setStepDetails(Collection<RemediationExecutionStep> stepDetails)
Details of every step.
|
RemediationExecutionStatus |
RemediationExecutionStatus.withStepDetails(Collection<RemediationExecutionStep> stepDetails)
Details of every step.
|
Copyright © 2024. All rights reserved.