Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.PaymentSessionSummary
Packages that use PaymentSessionSummary
Package
Description
-
Uses of PaymentSessionSummary in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type PaymentSessionSummaryModifier and TypeMethodDescriptionfinal List<PaymentSessionSummary>ListPaymentSessionsResponse.paymentSessions()List of payment session summaries matching the request criteria.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PaymentSessionSummaryModifier and TypeMethodDescriptionListPaymentSessionsResponse.Builder.paymentSessions(PaymentSessionSummary... paymentSessions) List of payment session summaries matching the request criteria.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type PaymentSessionSummaryModifier and TypeMethodDescriptionListPaymentSessionsResponse.Builder.paymentSessions(Collection<PaymentSessionSummary> paymentSessions) List of payment session summaries matching the request criteria. -
Uses of PaymentSessionSummary in software.amazon.awssdk.services.bedrockagentcore.paginators
Methods in software.amazon.awssdk.services.bedrockagentcore.paginators that return types with arguments of type PaymentSessionSummaryModifier and TypeMethodDescriptionfinal SdkIterable<PaymentSessionSummary>ListPaymentSessionsIterable.paymentSessions()Returns an iterable to iterate through the paginatedListPaymentSessionsResponse.paymentSessions()member.ListPaymentSessionsPublisher.paymentSessions()Returns a publisher that can be used to get a stream of data.