Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.OAuthGrantType
Packages that use OAuthGrantType
-
Uses of OAuthGrantType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return OAuthGrantTypeModifier and TypeMethodDescriptionstatic OAuthGrantTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OAuthGrantTypeOAuthCredentialProvider.grantType()The OAuth 2.0 grant type to use for authentication.static OAuthGrantTypeReturns the enum constant of this type with the specified name.static OAuthGrantType[]OAuthGrantType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type OAuthGrantTypeMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type OAuthGrantTypeModifier and TypeMethodDescriptionOAuthCredentialProvider.Builder.grantType(OAuthGrantType grantType) The OAuth 2.0 grant type to use for authentication.