Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.GetPaymentSessionRequest.Builder
Packages that use GetPaymentSessionRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of GetPaymentSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type GetPaymentSessionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.getPaymentSession(Consumer<GetPaymentSessionRequest.Builder> getPaymentSessionRequest) Get a payment session.default GetPaymentSessionResponseBedrockAgentCoreClient.getPaymentSession(Consumer<GetPaymentSessionRequest.Builder> getPaymentSessionRequest) Get a payment session. -
Uses of GetPaymentSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GetPaymentSessionRequest.BuilderModifier and TypeMethodDescriptionThe agent name associated with this request, used for observability.GetPaymentSessionRequest.builder()GetPaymentSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetPaymentSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetPaymentSessionRequest.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns this session.GetPaymentSessionRequest.Builder.paymentSessionId(String paymentSessionId) The ID of the payment session to retrieve.GetPaymentSessionRequest.toBuilder()The user ID associated with this payment session.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type GetPaymentSessionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetPaymentSessionRequest.Builder>GetPaymentSessionRequest.serializableBuilderClass()