Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.CryptoX402PaymentInput.Builder
Packages that use CryptoX402PaymentInput.Builder
-
Uses of CryptoX402PaymentInput.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CryptoX402PaymentInput.BuilderModifier and TypeMethodDescriptionCryptoX402PaymentInput.builder()The X402 payment payload.CryptoX402PaymentInput.toBuilder()The version of the X402 protocol.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CryptoX402PaymentInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CryptoX402PaymentInput.Builder>CryptoX402PaymentInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type CryptoX402PaymentInput.BuilderModifier and TypeMethodDescriptiondefault PaymentInput.BuilderPaymentInput.Builder.cryptoX402(Consumer<CryptoX402PaymentInput.Builder> cryptoX402) Input for a crypto X402 payment.static PaymentInputPaymentInput.fromCryptoX402(Consumer<CryptoX402PaymentInput.Builder> cryptoX402) Create an instance of this class withPaymentInput.cryptoX402()initialized to the given value.