Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.PaymentOutput
Packages that use PaymentOutput
-
Uses of PaymentOutput in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentOutputModifier and TypeMethodDescriptionstatic PaymentOutputPaymentOutput.fromCryptoX402(Consumer<CryptoX402PaymentOutput.Builder> cryptoX402) Create an instance of this class withcryptoX402()initialized to the given value.static PaymentOutputPaymentOutput.fromCryptoX402(CryptoX402PaymentOutput cryptoX402) Create an instance of this class withcryptoX402()initialized to the given value.final PaymentOutputProcessPaymentResponse.paymentOutput()The payment output details specific to the payment type.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PaymentOutputModifier and TypeMethodDescriptionProcessPaymentResponse.Builder.paymentOutput(PaymentOutput paymentOutput) The payment output details specific to the payment type.