Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ListPaymentSessionsRequest.Builder
Packages that use ListPaymentSessionsRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ListPaymentSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type ListPaymentSessionsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.listPaymentSessions(Consumer<ListPaymentSessionsRequest.Builder> listPaymentSessionsRequest) List payment sessions.default ListPaymentSessionsResponseBedrockAgentCoreClient.listPaymentSessions(Consumer<ListPaymentSessionsRequest.Builder> listPaymentSessionsRequest) List payment sessions.default ListPaymentSessionsPublisherBedrockAgentCoreAsyncClient.listPaymentSessionsPaginator(Consumer<ListPaymentSessionsRequest.Builder> listPaymentSessionsRequest) default ListPaymentSessionsIterableBedrockAgentCoreClient.listPaymentSessionsPaginator(Consumer<ListPaymentSessionsRequest.Builder> listPaymentSessionsRequest) This is a variant ofBedrockAgentCoreClient.listPaymentSessions(software.amazon.awssdk.services.bedrockagentcore.model.ListPaymentSessionsRequest)operation. -
Uses of ListPaymentSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ListPaymentSessionsRequest.BuilderModifier and TypeMethodDescriptionThe agent name associated with this request, used for observability.ListPaymentSessionsRequest.builder()ListPaymentSessionsRequest.Builder.maxResults(Integer maxResults) Maximum number of results to return in a single response.Token for pagination to retrieve the next set of results.ListPaymentSessionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPaymentSessionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPaymentSessionsRequest.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns the sessions.ListPaymentSessionsRequest.toBuilder()The user ID associated with the payment sessions.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ListPaymentSessionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPaymentSessionsRequest.Builder>ListPaymentSessionsRequest.serializableBuilderClass()