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