Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.OAuth2Authentication.Builder
Packages that use OAuth2Authentication.Builder
-
Uses of OAuth2Authentication.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return OAuth2Authentication.BuilderModifier and TypeMethodDescriptionstatic OAuth2Authentication.BuilderOAuth2Authentication.builder()OAuth2Authentication.Builder.emailAddress(String emailAddress) The email address from the OAuth2 provider.The user's name from the OAuth2 provider.The subject (sub) claim from the OAuth2 provider.OAuth2Authentication.toBuilder()The username from the OAuth2 provider.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type OAuth2Authentication.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OAuth2Authentication.Builder>OAuth2Authentication.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type OAuth2Authentication.BuilderModifier and TypeMethodDescriptiondefault LinkedAccountOAuth2.BuilderLinkedAccountOAuth2.Builder.apple(Consumer<OAuth2Authentication.Builder> apple) Apple OAuth2 authentication.static LinkedAccountOAuth2LinkedAccountOAuth2.fromApple(Consumer<OAuth2Authentication.Builder> apple) Create an instance of this class withLinkedAccountOAuth2.apple()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromGithub(Consumer<OAuth2Authentication.Builder> github) Create an instance of this class withLinkedAccountOAuth2.github()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromGoogle(Consumer<OAuth2Authentication.Builder> google) Create an instance of this class withLinkedAccountOAuth2.google()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromTelegram(Consumer<OAuth2Authentication.Builder> telegram) Create an instance of this class withLinkedAccountOAuth2.telegram()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromX(Consumer<OAuth2Authentication.Builder> x) Create an instance of this class withLinkedAccountOAuth2.x()initialized to the given value.default LinkedAccountOAuth2.BuilderLinkedAccountOAuth2.Builder.github(Consumer<OAuth2Authentication.Builder> github) GitHub OAuth2 authentication.default LinkedAccountOAuth2.BuilderLinkedAccountOAuth2.Builder.google(Consumer<OAuth2Authentication.Builder> google) Google OAuth2 authentication.default LinkedAccountOAuth2.BuilderLinkedAccountOAuth2.Builder.telegram(Consumer<OAuth2Authentication.Builder> telegram) Telegram OAuth2 authentication.default LinkedAccountOAuth2.BuilderLinkedAccountOAuth2.Builder.x(Consumer<OAuth2Authentication.Builder> x) X (formerly Twitter) OAuth2 authentication.