Uses of Class
software.amazon.awssdk.services.ivs.model.BatchGetChannelResponse
-
Packages that use BatchGetChannelResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of BatchGetChannelResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return BatchGetChannelResponse Modifier and Type Method Description default BatchGetChannelResponseIvsClient. batchGetChannel(Consumer<BatchGetChannelRequest.Builder> batchGetChannelRequest)Performs GetChannel on multiple ARNs simultaneously.default BatchGetChannelResponseIvsClient. batchGetChannel(BatchGetChannelRequest batchGetChannelRequest)Performs GetChannel on multiple ARNs simultaneously.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type BatchGetChannelResponse Modifier and Type Method Description default CompletableFuture<BatchGetChannelResponse>IvsAsyncClient. batchGetChannel(Consumer<BatchGetChannelRequest.Builder> batchGetChannelRequest)Performs GetChannel on multiple ARNs simultaneously.default CompletableFuture<BatchGetChannelResponse>IvsAsyncClient. batchGetChannel(BatchGetChannelRequest batchGetChannelRequest)Performs GetChannel on multiple ARNs simultaneously.
-