Uses of Enum
software.amazon.awssdk.services.sfn.model.StateMachineType
Packages that use StateMachineType
-
Uses of StateMachineType in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StateMachineTypeModifier and TypeMethodDescriptionstatic StateMachineTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StateMachineTypeCreateStateMachineRequest.type()Determines whether a Standard or Express state machine is created.final StateMachineTypeDescribeStateMachineResponse.type()Thetypeof the state machine (STANDARDorEXPRESS).final StateMachineTypeStateMachineListItem.type()final StateMachineTypeValidateStateMachineDefinitionRequest.type()The target type of state machine for this definition.static StateMachineTypeReturns the enum constant of this type with the specified name.static StateMachineType[]StateMachineType.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 StateMachineTypeMethods in software.amazon.awssdk.services.sfn.model with parameters of type StateMachineTypeModifier and TypeMethodDescriptionCreateStateMachineRequest.Builder.type(StateMachineType type) Determines whether a Standard or Express state machine is created.DescribeStateMachineResponse.Builder.type(StateMachineType type) Thetypeof the state machine (STANDARDorEXPRESS).StateMachineListItem.Builder.type(StateMachineType type) ValidateStateMachineDefinitionRequest.Builder.type(StateMachineType type) The target type of state machine for this definition.