Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
CancelStepsInfo |
CancelStepsInfo.clone() |
CancelStepsInfo |
CancelStepsInfo.withReason(String reason)
The reason for the failure if the CancelSteps request fails.
|
CancelStepsInfo |
CancelStepsInfo.withStatus(CancelStepsRequestStatus status)
The status of a CancelSteps Request.
|
CancelStepsInfo |
CancelStepsInfo.withStatus(String status)
The status of a CancelSteps Request.
|
CancelStepsInfo |
CancelStepsInfo.withStepId(String stepId)
The encrypted StepId of a step.
|
Modifier and Type | Method and Description |
---|---|
List<CancelStepsInfo> |
CancelStepsResult.getCancelStepsInfoList()
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID specified. |
Modifier and Type | Method and Description |
---|---|
CancelStepsResult |
CancelStepsResult.withCancelStepsInfoList(CancelStepsInfo... cancelStepsInfoList)
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID specified. |
Modifier and Type | Method and Description |
---|---|
void |
CancelStepsResult.setCancelStepsInfoList(Collection<CancelStepsInfo> cancelStepsInfoList)
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID specified. |
CancelStepsResult |
CancelStepsResult.withCancelStepsInfoList(Collection<CancelStepsInfo> cancelStepsInfoList)
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID specified. |
Copyright © 2022. All rights reserved.