Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.LinkedAccount
Packages that use LinkedAccount
-
Uses of LinkedAccount in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return LinkedAccountModifier and TypeMethodDescriptionstatic LinkedAccountLinkedAccount.fromDeveloperJwt(Consumer<LinkedAccountDeveloperJwt.Builder> developerJwt) Create an instance of this class withdeveloperJwt()initialized to the given value.static LinkedAccountLinkedAccount.fromDeveloperJwt(LinkedAccountDeveloperJwt developerJwt) Create an instance of this class withdeveloperJwt()initialized to the given value.static LinkedAccountLinkedAccount.fromEmail(Consumer<LinkedAccountEmail.Builder> email) Create an instance of this class withemail()initialized to the given value.static LinkedAccountLinkedAccount.fromEmail(LinkedAccountEmail email) Create an instance of this class withemail()initialized to the given value.static LinkedAccountLinkedAccount.fromOAuth2(Consumer<LinkedAccountOAuth2.Builder> oAuth2) Create an instance of this class withoAuth2()initialized to the given value.static LinkedAccountLinkedAccount.fromOAuth2(LinkedAccountOAuth2 oAuth2) Create an instance of this class withoAuth2()initialized to the given value.static LinkedAccountLinkedAccount.fromSms(Consumer<LinkedAccountSms.Builder> sms) Create an instance of this class withsms()initialized to the given value.static LinkedAccountLinkedAccount.fromSms(LinkedAccountSms sms) Create an instance of this class withsms()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type LinkedAccountModifier and TypeMethodDescriptionfinal List<LinkedAccount>EmbeddedCryptoWallet.linkedAccounts()List of linked accounts linked to this wallet.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type LinkedAccountModifier and TypeMethodDescriptionEmbeddedCryptoWallet.Builder.linkedAccounts(LinkedAccount... linkedAccounts) List of linked accounts linked to this wallet.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type LinkedAccountModifier and TypeMethodDescriptionEmbeddedCryptoWallet.Builder.linkedAccounts(Collection<LinkedAccount> linkedAccounts) List of linked accounts linked to this wallet.