Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ProcessPaymentRequest.Builder
Packages that use ProcessPaymentRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ProcessPaymentRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type ProcessPaymentRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ProcessPaymentResponse>BedrockAgentCoreAsyncClient.processPayment(Consumer<ProcessPaymentRequest.Builder> processPaymentRequest) Processes a payment using a payment instrument within a payment session.default ProcessPaymentResponseBedrockAgentCoreClient.processPayment(Consumer<ProcessPaymentRequest.Builder> processPaymentRequest) Processes a payment using a payment instrument within a payment session. -
Uses of ProcessPaymentRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ProcessPaymentRequest.BuilderModifier and TypeMethodDescriptionThe agent name associated with this request, used for observability.ProcessPaymentRequest.builder()ProcessPaymentRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.ProcessPaymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ProcessPaymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default ProcessPaymentRequest.BuilderProcessPaymentRequest.Builder.paymentInput(Consumer<PaymentInput.Builder> paymentInput) The payment input details specific to the payment type.ProcessPaymentRequest.Builder.paymentInput(PaymentInput paymentInput) The payment input details specific to the payment type.ProcessPaymentRequest.Builder.paymentInstrumentId(String paymentInstrumentId) The ID of the payment instrument to use.ProcessPaymentRequest.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager.ProcessPaymentRequest.Builder.paymentSessionId(String paymentSessionId) The ID of the payment session.ProcessPaymentRequest.Builder.paymentType(String paymentType) The type of payment to process.ProcessPaymentRequest.Builder.paymentType(PaymentType paymentType) The type of payment to process.ProcessPaymentRequest.toBuilder()The user ID associated with this payment.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ProcessPaymentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProcessPaymentRequest.Builder>ProcessPaymentRequest.serializableBuilderClass()