Uses of Class
software.amazon.awssdk.services.sfn.model.StateMachineType
-
Packages that use StateMachineType Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of StateMachineType in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StateMachineType Modifier and Type Method Description static StateMachineTypeStateMachineType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StateMachineTypeCreateStateMachineRequest. type()Determines whether a Standard or Express state machine is created.StateMachineTypeDescribeStateMachineResponse. type()Thetypeof the state machine (STANDARDorEXPRESS).StateMachineTypeStateMachineListItem. type()StateMachineTypeValidateStateMachineDefinitionRequest. type()The target type of state machine for this definition.static StateMachineTypeStateMachineType. valueOf(String name)Returns 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 StateMachineType Modifier and Type Method Description static Set<StateMachineType>StateMachineType. knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type StateMachineType Modifier and Type Method Description CreateStateMachineRequest.BuilderCreateStateMachineRequest.Builder. type(StateMachineType type)Determines whether a Standard or Express state machine is created.DescribeStateMachineResponse.BuilderDescribeStateMachineResponse.Builder. type(StateMachineType type)Thetypeof the state machine (STANDARDorEXPRESS).StateMachineListItem.BuilderStateMachineListItem.Builder. type(StateMachineType type)ValidateStateMachineDefinitionRequest.BuilderValidateStateMachineDefinitionRequest.Builder. type(StateMachineType type)The target type of state machine for this definition.
-