Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.PaymentOutput.Builder
Packages that use PaymentOutput.Builder
-
Uses of PaymentOutput.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentOutput.BuilderModifier and TypeMethodDescriptionstatic PaymentOutput.BuilderPaymentOutput.builder()default PaymentOutput.BuilderPaymentOutput.Builder.cryptoX402(Consumer<CryptoX402PaymentOutput.Builder> cryptoX402) Output from a crypto X402 payment.PaymentOutput.Builder.cryptoX402(CryptoX402PaymentOutput cryptoX402) Output from a crypto X402 payment.PaymentOutput.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type PaymentOutput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PaymentOutput.Builder>PaymentOutput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type PaymentOutput.BuilderModifier and TypeMethodDescriptiondefault ProcessPaymentResponse.BuilderProcessPaymentResponse.Builder.paymentOutput(Consumer<PaymentOutput.Builder> paymentOutput) The payment output details specific to the payment type.