Uses of Class
software.amazon.awssdk.services.emr.model.CancelStepsInfo
-
Packages that use CancelStepsInfo Package Description software.amazon.awssdk.services.emr.model -
-
Uses of CancelStepsInfo in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type CancelStepsInfo Modifier and Type Method Description List<CancelStepsInfo>CancelStepsResponse. cancelStepsInfoList()A list of CancelStepsInfo, which shows the status of specified cancel requests for eachStepIDspecified.Methods in software.amazon.awssdk.services.emr.model with parameters of type CancelStepsInfo Modifier and Type Method Description CancelStepsResponse.BuilderCancelStepsResponse.Builder. cancelStepsInfoList(CancelStepsInfo... cancelStepsInfoList)A list of CancelStepsInfo, which shows the status of specified cancel requests for eachStepIDspecified.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type CancelStepsInfo Modifier and Type Method Description CancelStepsResponse.BuilderCancelStepsResponse.Builder. cancelStepsInfoList(Collection<CancelStepsInfo> cancelStepsInfoList)A list of CancelStepsInfo, which shows the status of specified cancel requests for eachStepIDspecified.
-