Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.EmbeddedCryptoWallet
Packages that use EmbeddedCryptoWallet
-
Uses of EmbeddedCryptoWallet in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return EmbeddedCryptoWalletModifier and TypeMethodDescriptionfinal EmbeddedCryptoWalletPaymentInstrumentDetails.embeddedCryptoWallet()Embedded crypto wallet managed directly by end user.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type EmbeddedCryptoWalletModifier and TypeMethodDescriptionPaymentInstrumentDetails.Builder.embeddedCryptoWallet(EmbeddedCryptoWallet embeddedCryptoWallet) Embedded crypto wallet managed directly by end user.static PaymentInstrumentDetailsPaymentInstrumentDetails.fromEmbeddedCryptoWallet(EmbeddedCryptoWallet embeddedCryptoWallet) Create an instance of this class withPaymentInstrumentDetails.embeddedCryptoWallet()initialized to the given value.