Uses of Enum
software.amazon.awssdk.services.sfn.model.InspectionLevel
Packages that use InspectionLevel
-
Uses of InspectionLevel in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return InspectionLevelModifier and TypeMethodDescriptionstatic InspectionLevelUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InspectionLevelTestStateRequest.inspectionLevel()Determines the values to return when a state is tested.static InspectionLevelReturns the enum constant of this type with the specified name.static InspectionLevel[]InspectionLevel.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 InspectionLevelMethods in software.amazon.awssdk.services.sfn.model with parameters of type InspectionLevelModifier and TypeMethodDescriptionTestStateRequest.Builder.inspectionLevel(InspectionLevel inspectionLevel) Determines the values to return when a state is tested.