Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.PaymentInput.Builder
Packages that use PaymentInput.Builder
-
Uses of PaymentInput.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentInput.BuilderModifier and TypeMethodDescriptionstatic PaymentInput.BuilderPaymentInput.builder()default PaymentInput.BuilderPaymentInput.Builder.cryptoX402(Consumer<CryptoX402PaymentInput.Builder> cryptoX402) Input for a crypto X402 payment.PaymentInput.Builder.cryptoX402(CryptoX402PaymentInput cryptoX402) Input for a crypto X402 payment.PaymentInput.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type PaymentInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PaymentInput.Builder>PaymentInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type PaymentInput.BuilderModifier and TypeMethodDescriptiondefault ProcessPaymentRequest.BuilderProcessPaymentRequest.Builder.paymentInput(Consumer<PaymentInput.Builder> paymentInput) The payment input details specific to the payment type.