Uses of Interface
software.amazon.awssdk.services.ivs.model.BatchGetChannelRequest.Builder
-
Packages that use BatchGetChannelRequest.Builder Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.model -
-
Uses of BatchGetChannelRequest.Builder in software.amazon.awssdk.services.ivs
Method parameters in software.amazon.awssdk.services.ivs with type arguments of type BatchGetChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetChannelResponse>IvsAsyncClient. batchGetChannel(Consumer<BatchGetChannelRequest.Builder> batchGetChannelRequest)Performs GetChannel on multiple ARNs simultaneously.default BatchGetChannelResponseIvsClient. batchGetChannel(Consumer<BatchGetChannelRequest.Builder> batchGetChannelRequest)Performs GetChannel on multiple ARNs simultaneously. -
Uses of BatchGetChannelRequest.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return BatchGetChannelRequest.Builder Modifier and Type Method Description BatchGetChannelRequest.BuilderBatchGetChannelRequest.Builder. arns(String... arns)Array of ARNs, one per channel.BatchGetChannelRequest.BuilderBatchGetChannelRequest.Builder. arns(Collection<String> arns)Array of ARNs, one per channel.static BatchGetChannelRequest.BuilderBatchGetChannelRequest. builder()BatchGetChannelRequest.BuilderBatchGetChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetChannelRequest.BuilderBatchGetChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetChannelRequest.BuilderBatchGetChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type BatchGetChannelRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetChannelRequest.Builder>BatchGetChannelRequest. serializableBuilderClass()
-