Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.BlockchainChainId
Packages that use BlockchainChainId
-
Uses of BlockchainChainId in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BlockchainChainIdModifier and TypeMethodDescriptionfinal BlockchainChainIdGetPaymentInstrumentBalanceRequest.chain()The specific blockchain chain to query balance on.final BlockchainChainIdTokenBalance.chain()The specific blockchain chain.static BlockchainChainIdUse this in place of valueOf to convert the raw string returned by the service into the enum value.static BlockchainChainIdReturns the enum constant of this type with the specified name.static BlockchainChainId[]BlockchainChainId.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 BlockchainChainIdMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BlockchainChainIdModifier and TypeMethodDescriptionGetPaymentInstrumentBalanceRequest.Builder.chain(BlockchainChainId chain) The specific blockchain chain to query balance on.TokenBalance.Builder.chain(BlockchainChainId chain) The specific blockchain chain.