Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.LinkedAccountOAuth2
Packages that use LinkedAccountOAuth2
-
Uses of LinkedAccountOAuth2 in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return LinkedAccountOAuth2Modifier and TypeMethodDescriptionstatic LinkedAccountOAuth2LinkedAccountOAuth2.fromApple(Consumer<OAuth2Authentication.Builder> apple) Create an instance of this class withapple()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromApple(OAuth2Authentication apple) Create an instance of this class withapple()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromGithub(Consumer<OAuth2Authentication.Builder> github) Create an instance of this class withgithub()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromGithub(OAuth2Authentication github) Create an instance of this class withgithub()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromGoogle(Consumer<OAuth2Authentication.Builder> google) Create an instance of this class withgoogle()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromGoogle(OAuth2Authentication google) Create an instance of this class withgoogle()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromTelegram(Consumer<OAuth2Authentication.Builder> telegram) Create an instance of this class withtelegram()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromTelegram(OAuth2Authentication telegram) Create an instance of this class withtelegram()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromX(Consumer<OAuth2Authentication.Builder> x) Create an instance of this class withx()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromX(OAuth2Authentication x) Create an instance of this class withx()initialized to the given value.final LinkedAccountOAuth2LinkedAccount.oAuth2()OAuth2 provider linked account (Google, Apple, X, Telegram, GitHub).Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type LinkedAccountOAuth2Modifier and TypeMethodDescriptionstatic LinkedAccountLinkedAccount.fromOAuth2(LinkedAccountOAuth2 oAuth2) Create an instance of this class withLinkedAccount.oAuth2()initialized to the given value.LinkedAccount.Builder.oAuth2(LinkedAccountOAuth2 oAuth2) OAuth2 provider linked account (Google, Apple, X, Telegram, GitHub).