Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.SessionLimits
Packages that use SessionLimits
-
Uses of SessionLimits in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SessionLimitsModifier and TypeMethodDescriptionfinal SessionLimitsCreatePaymentSessionRequest.limits()The spending limits for this payment session.final SessionLimitsPaymentSession.limits()The spending limits for the payment session.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type SessionLimitsModifier and TypeMethodDescriptionCreatePaymentSessionRequest.Builder.limits(SessionLimits limits) The spending limits for this payment session.PaymentSession.Builder.limits(SessionLimits limits) The spending limits for the payment session.