Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeSummary
-
Packages that use AsyncInvokeSummary Package Description software.amazon.awssdk.services.bedrockruntime.model software.amazon.awssdk.services.bedrockruntime.paginators -
-
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 AsyncInvokeSummary Modifier and Type Method Description List<AsyncInvokeSummary>ListAsyncInvokesResponse. asyncInvokeSummaries()A list of invocation summaries.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AsyncInvokeSummary Modifier and Type Method Description ListAsyncInvokesResponse.BuilderListAsyncInvokesResponse.Builder. asyncInvokeSummaries(AsyncInvokeSummary... asyncInvokeSummaries)A list of invocation summaries.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AsyncInvokeSummary Modifier and Type Method Description ListAsyncInvokesResponse.BuilderListAsyncInvokesResponse.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 AsyncInvokeSummary Modifier and Type Method Description SdkIterable<AsyncInvokeSummary>ListAsyncInvokesIterable. asyncInvokeSummaries()Returns an iterable to iterate through the paginatedListAsyncInvokesResponse.asyncInvokeSummaries()member.SdkPublisher<AsyncInvokeSummary>ListAsyncInvokesPublisher. asyncInvokeSummaries()Returns a publisher that can be used to get a stream of data.
-