Uses of Class
software.amazon.awssdk.services.sfn.model.MapRunStatus
-
Packages that use MapRunStatus Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of MapRunStatus in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MapRunStatus Modifier and Type Method Description static MapRunStatusMapRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MapRunStatusDescribeMapRunResponse. status()The current status of the Map Run.static MapRunStatusMapRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MapRunStatus[]MapRunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type MapRunStatus Modifier and Type Method Description static Set<MapRunStatus>MapRunStatus. knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type MapRunStatus Modifier and Type Method Description DescribeMapRunResponse.BuilderDescribeMapRunResponse.Builder. status(MapRunStatus status)The current status of the Map Run.
-