Uses of Class
software.amazon.awssdk.services.quicksight.model.JoinType
-
Packages that use JoinType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of JoinType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return JoinType Modifier and Type Method Description static JoinTypeJoinType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JoinTypeJoinInstruction. type()The type of join that it is.static JoinTypeJoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinType[]JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type JoinType Modifier and Type Method Description static Set<JoinType>JoinType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type JoinType Modifier and Type Method Description JoinInstruction.BuilderJoinInstruction.Builder. type(JoinType type)The type of join that it is.
-