Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.RedshiftQueryEngineType
Packages that use RedshiftQueryEngineType
-
Uses of RedshiftQueryEngineType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RedshiftQueryEngineTypeModifier and TypeMethodDescriptionstatic RedshiftQueryEngineTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RedshiftQueryEngineTypeRedshiftQueryEngineConfiguration.type()The type of query engine.static RedshiftQueryEngineTypeReturns the enum constant of this type with the specified name.static RedshiftQueryEngineType[]RedshiftQueryEngineType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type RedshiftQueryEngineTypeModifier and TypeMethodDescriptionstatic Set<RedshiftQueryEngineType>RedshiftQueryEngineType.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type RedshiftQueryEngineTypeModifier and TypeMethodDescriptionRedshiftQueryEngineConfiguration.Builder.type(RedshiftQueryEngineType type) The type of query engine.