Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.CryptoWalletNetwork
Packages that use CryptoWalletNetwork
-
Uses of CryptoWalletNetwork in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CryptoWalletNetworkModifier and TypeMethodDescriptionstatic CryptoWalletNetworkUse this in place of valueOf to convert the raw string returned by the service into the enum value.final CryptoWalletNetworkEmbeddedCryptoWallet.network()The blockchain network for this embedded crypto wallet.final CryptoWalletNetworkTokenBalance.network()The blockchain network family (ETHEREUM or SOLANA).static CryptoWalletNetworkReturns the enum constant of this type with the specified name.static CryptoWalletNetwork[]CryptoWalletNetwork.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 CryptoWalletNetworkModifier and TypeMethodDescriptionstatic Set<CryptoWalletNetwork>CryptoWalletNetwork.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type CryptoWalletNetworkModifier and TypeMethodDescriptionEmbeddedCryptoWallet.Builder.network(CryptoWalletNetwork network) The blockchain network for this embedded crypto wallet.TokenBalance.Builder.network(CryptoWalletNetwork network) The blockchain network family (ETHEREUM or SOLANA).