Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.InstrumentBalanceToken
Packages that use InstrumentBalanceToken
-
Uses of InstrumentBalanceToken in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return InstrumentBalanceTokenModifier and TypeMethodDescriptionstatic InstrumentBalanceTokenUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InstrumentBalanceTokenGetPaymentInstrumentBalanceRequest.token()The token to query balance for.final InstrumentBalanceTokenTokenBalance.token()The supported token for this balance.static InstrumentBalanceTokenReturns the enum constant of this type with the specified name.static InstrumentBalanceToken[]InstrumentBalanceToken.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 InstrumentBalanceTokenModifier and TypeMethodDescriptionstatic Set<InstrumentBalanceToken>InstrumentBalanceToken.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type InstrumentBalanceTokenModifier and TypeMethodDescriptionGetPaymentInstrumentBalanceRequest.Builder.token(InstrumentBalanceToken token) The token to query balance for.TokenBalance.Builder.token(InstrumentBalanceToken token) The supported token for this balance.