Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ProcessPaymentResponse
Packages that use ProcessPaymentResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ProcessPaymentResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return ProcessPaymentResponseModifier and TypeMethodDescriptiondefault ProcessPaymentResponseBedrockAgentCoreClient.processPayment(Consumer<ProcessPaymentRequest.Builder> processPaymentRequest) Processes a payment using a payment instrument within a payment session.default ProcessPaymentResponseBedrockAgentCoreClient.processPayment(ProcessPaymentRequest processPaymentRequest) Processes a payment using a payment instrument within a payment session.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type ProcessPaymentResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ProcessPaymentResponse>BedrockAgentCoreAsyncClient.processPayment(Consumer<ProcessPaymentRequest.Builder> processPaymentRequest) Processes a payment using a payment instrument within a payment session.default CompletableFuture<ProcessPaymentResponse>BedrockAgentCoreAsyncClient.processPayment(ProcessPaymentRequest processPaymentRequest) Processes a payment using a payment instrument within a payment session.