Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.PaymentInput
Packages that use PaymentInput
-
Uses of PaymentInput in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentInputModifier and TypeMethodDescriptionstatic PaymentInputPaymentInput.fromCryptoX402(Consumer<CryptoX402PaymentInput.Builder> cryptoX402) Create an instance of this class withcryptoX402()initialized to the given value.static PaymentInputPaymentInput.fromCryptoX402(CryptoX402PaymentInput cryptoX402) Create an instance of this class withcryptoX402()initialized to the given value.final PaymentInputProcessPaymentRequest.paymentInput()The payment input details specific to the payment type.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PaymentInputModifier and TypeMethodDescriptionProcessPaymentRequest.Builder.paymentInput(PaymentInput paymentInput) The payment input details specific to the payment type.