Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.PaymentInstrumentSummary
Packages that use PaymentInstrumentSummary
Package
Description
-
Uses of PaymentInstrumentSummary in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type PaymentInstrumentSummaryModifier and TypeMethodDescriptionfinal List<PaymentInstrumentSummary>ListPaymentInstrumentsResponse.paymentInstruments()List of payment instrument summaries matching the request criteria.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PaymentInstrumentSummaryModifier and TypeMethodDescriptionListPaymentInstrumentsResponse.Builder.paymentInstruments(PaymentInstrumentSummary... paymentInstruments) List of payment instrument summaries matching the request criteria.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type PaymentInstrumentSummaryModifier and TypeMethodDescriptionListPaymentInstrumentsResponse.Builder.paymentInstruments(Collection<PaymentInstrumentSummary> paymentInstruments) List of payment instrument summaries matching the request criteria. -
Uses of PaymentInstrumentSummary in software.amazon.awssdk.services.bedrockagentcore.paginators
Methods in software.amazon.awssdk.services.bedrockagentcore.paginators that return types with arguments of type PaymentInstrumentSummaryModifier and TypeMethodDescriptionListPaymentInstrumentsIterable.paymentInstruments()Returns an iterable to iterate through the paginatedListPaymentInstrumentsResponse.paymentInstruments()member.ListPaymentInstrumentsPublisher.paymentInstruments()Returns a publisher that can be used to get a stream of data.