Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.Oauth2FlowType
Packages that use Oauth2FlowType
-
Uses of Oauth2FlowType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return Oauth2FlowTypeModifier and TypeMethodDescriptionstatic Oauth2FlowTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final Oauth2FlowTypeGetResourceOauth2TokenRequest.oauth2Flow()The type of flow to be performed.static Oauth2FlowTypeReturns the enum constant of this type with the specified name.static Oauth2FlowType[]Oauth2FlowType.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 Oauth2FlowTypeMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type Oauth2FlowTypeModifier and TypeMethodDescriptionGetResourceOauth2TokenRequest.Builder.oauth2Flow(Oauth2FlowType oauth2Flow) The type of flow to be performed.