Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.RedshiftServerlessAuthType
Packages that use RedshiftServerlessAuthType
-
Uses of RedshiftServerlessAuthType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RedshiftServerlessAuthTypeModifier and TypeMethodDescriptionstatic RedshiftServerlessAuthTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.RedshiftServerlessAuthConfiguration.type()The type of authentication to use.static RedshiftServerlessAuthTypeReturns the enum constant of this type with the specified name.static RedshiftServerlessAuthType[]RedshiftServerlessAuthType.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 RedshiftServerlessAuthTypeModifier and TypeMethodDescriptionstatic Set<RedshiftServerlessAuthType>RedshiftServerlessAuthType.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type RedshiftServerlessAuthTypeModifier and TypeMethodDescriptionRedshiftServerlessAuthConfiguration.Builder.type(RedshiftServerlessAuthType type) The type of authentication to use.