Uses of Enum
software.amazon.awssdk.services.sfn.model.MapRunStatus
Packages that use MapRunStatus
-
Uses of MapRunStatus in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MapRunStatusModifier and TypeMethodDescriptionstatic MapRunStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MapRunStatusDescribeMapRunResponse.status()The current status of the Map Run.static MapRunStatusReturns 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 MapRunStatusMethods in software.amazon.awssdk.services.sfn.model with parameters of type MapRunStatusModifier and TypeMethodDescriptionDescribeMapRunResponse.Builder.status(MapRunStatus status) The current status of the Map Run.