Uses of Interface
software.amazon.awssdk.services.medialive.model.BatchStartRequest.Builder
-
Packages that use BatchStartRequest.Builder Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.model -
-
Uses of BatchStartRequest.Builder in software.amazon.awssdk.services.medialive
Method parameters in software.amazon.awssdk.services.medialive with type arguments of type BatchStartRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchStartResponse>MediaLiveAsyncClient. batchStart(Consumer<BatchStartRequest.Builder> batchStartRequest)Starts existing resourcesdefault BatchStartResponseMediaLiveClient. batchStart(Consumer<BatchStartRequest.Builder> batchStartRequest)Starts existing resources -
Uses of BatchStartRequest.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return BatchStartRequest.Builder Modifier and Type Method Description static BatchStartRequest.BuilderBatchStartRequest. builder()BatchStartRequest.BuilderBatchStartRequest.Builder. channelIds(String... channelIds)List of channel IDsBatchStartRequest.BuilderBatchStartRequest.Builder. channelIds(Collection<String> channelIds)List of channel IDsBatchStartRequest.BuilderBatchStartRequest.Builder. multiplexIds(String... multiplexIds)List of multiplex IDsBatchStartRequest.BuilderBatchStartRequest.Builder. multiplexIds(Collection<String> multiplexIds)List of multiplex IDsBatchStartRequest.BuilderBatchStartRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchStartRequest.BuilderBatchStartRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchStartRequest.BuilderBatchStartRequest. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type BatchStartRequest.Builder Modifier and Type Method Description static Class<? extends BatchStartRequest.Builder>BatchStartRequest. serializableBuilderClass()
-