Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesResponse
-
Packages that use ListAsyncInvokesResponse Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models.software.amazon.awssdk.services.bedrockruntime.paginators -
-
Uses of ListAsyncInvokesResponse in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return ListAsyncInvokesResponse Modifier and Type Method Description default ListAsyncInvokesResponseBedrockRuntimeClient. listAsyncInvokes(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest)Lists asynchronous invocations.default ListAsyncInvokesResponseBedrockRuntimeClient. listAsyncInvokes(ListAsyncInvokesRequest listAsyncInvokesRequest)Lists asynchronous invocations.Methods in software.amazon.awssdk.services.bedrockruntime that return types with arguments of type ListAsyncInvokesResponse Modifier and Type Method Description default CompletableFuture<ListAsyncInvokesResponse>BedrockRuntimeAsyncClient. listAsyncInvokes(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest)Lists asynchronous invocations.default CompletableFuture<ListAsyncInvokesResponse>BedrockRuntimeAsyncClient. listAsyncInvokes(ListAsyncInvokesRequest listAsyncInvokesRequest)Lists asynchronous invocations. -
Uses of ListAsyncInvokesResponse in software.amazon.awssdk.services.bedrockruntime.paginators
Methods in software.amazon.awssdk.services.bedrockruntime.paginators that return types with arguments of type ListAsyncInvokesResponse Modifier and Type Method Description Iterator<ListAsyncInvokesResponse>ListAsyncInvokesIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockruntime.paginators with type arguments of type ListAsyncInvokesResponse Modifier and Type Method Description voidListAsyncInvokesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAsyncInvokesResponse> subscriber)
-