Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.CryptoX402PaymentOutput.Builder
Packages that use CryptoX402PaymentOutput.Builder
-
Uses of CryptoX402PaymentOutput.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CryptoX402PaymentOutput.BuilderModifier and TypeMethodDescriptionCryptoX402PaymentOutput.builder()The X402 payment response payload.CryptoX402PaymentOutput.toBuilder()The version of the X402 protocol.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CryptoX402PaymentOutput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CryptoX402PaymentOutput.Builder>CryptoX402PaymentOutput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type CryptoX402PaymentOutput.BuilderModifier and TypeMethodDescriptiondefault PaymentOutput.BuilderPaymentOutput.Builder.cryptoX402(Consumer<CryptoX402PaymentOutput.Builder> cryptoX402) Output from a crypto X402 payment.static PaymentOutputPaymentOutput.fromCryptoX402(Consumer<CryptoX402PaymentOutput.Builder> cryptoX402) Create an instance of this class withPaymentOutput.cryptoX402()initialized to the given value.