Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeSummary
Packages that use AsyncInvokeSummary
Package
Description
-
Uses of AsyncInvokeSummary in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AsyncInvokeSummaryModifier and TypeMethodDescriptionfinal List<AsyncInvokeSummary>ListAsyncInvokesResponse.asyncInvokeSummaries()A list of invocation summaries.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AsyncInvokeSummaryModifier and TypeMethodDescriptionListAsyncInvokesResponse.Builder.asyncInvokeSummaries(AsyncInvokeSummary... asyncInvokeSummaries) A list of invocation summaries.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AsyncInvokeSummaryModifier and TypeMethodDescriptionListAsyncInvokesResponse.Builder.asyncInvokeSummaries(Collection<AsyncInvokeSummary> asyncInvokeSummaries) A list of invocation summaries. -
Uses of AsyncInvokeSummary in software.amazon.awssdk.services.bedrockruntime.paginators
Methods in software.amazon.awssdk.services.bedrockruntime.paginators that return types with arguments of type AsyncInvokeSummaryModifier and TypeMethodDescriptionfinal SdkIterable<AsyncInvokeSummary>ListAsyncInvokesIterable.asyncInvokeSummaries()Returns an iterable to iterate through the paginatedListAsyncInvokesResponse.asyncInvokeSummaries()member.final SdkPublisher<AsyncInvokeSummary>ListAsyncInvokesPublisher.asyncInvokeSummaries()Returns a publisher that can be used to get a stream of data.