Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ListPaymentInstrumentsRequest.Builder
Packages that use ListPaymentInstrumentsRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ListPaymentInstrumentsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type ListPaymentInstrumentsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.listPaymentInstruments(Consumer<ListPaymentInstrumentsRequest.Builder> listPaymentInstrumentsRequest) List payment instruments for a manager.default ListPaymentInstrumentsResponseBedrockAgentCoreClient.listPaymentInstruments(Consumer<ListPaymentInstrumentsRequest.Builder> listPaymentInstrumentsRequest) List payment instruments for a manager.default ListPaymentInstrumentsPublisherBedrockAgentCoreAsyncClient.listPaymentInstrumentsPaginator(Consumer<ListPaymentInstrumentsRequest.Builder> listPaymentInstrumentsRequest) default ListPaymentInstrumentsIterableBedrockAgentCoreClient.listPaymentInstrumentsPaginator(Consumer<ListPaymentInstrumentsRequest.Builder> listPaymentInstrumentsRequest) -
Uses of ListPaymentInstrumentsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ListPaymentInstrumentsRequest.BuilderModifier and TypeMethodDescriptionThe agent name associated with this request, used for observability.ListPaymentInstrumentsRequest.builder()ListPaymentInstrumentsRequest.Builder.maxResults(Integer maxResults) Maximum number of results to return in a single response.Token for pagination to retrieve the next set of results.ListPaymentInstrumentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPaymentInstrumentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPaymentInstrumentsRequest.Builder.paymentConnectorId(String paymentConnectorId) The ID of the payment connector to filter by.ListPaymentInstrumentsRequest.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns the payment instruments.ListPaymentInstrumentsRequest.toBuilder()The user ID associated with the payment instruments.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ListPaymentInstrumentsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPaymentInstrumentsRequest.Builder>ListPaymentInstrumentsRequest.serializableBuilderClass()