Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.Amount
Packages that use Amount
-
Uses of Amount in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return AmountModifier and TypeMethodDescriptionfinal AmountAvailableLimits.availableSpendAmount()The remaining available amount that can be spent.final AmountSessionLimits.maxSpendAmount()The maximum amount that can be spent in the session.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type AmountModifier and TypeMethodDescriptionAvailableLimits.Builder.availableSpendAmount(Amount availableSpendAmount) The remaining available amount that can be spent.SessionLimits.Builder.maxSpendAmount(Amount maxSpendAmount) The maximum amount that can be spent in the session.