Uses of Interface
software.amazon.awssdk.services.medialive.model.BatchStopRequest.Builder
-
Packages that use BatchStopRequest.Builder Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.model -
-
Uses of BatchStopRequest.Builder in software.amazon.awssdk.services.medialive
Method parameters in software.amazon.awssdk.services.medialive with type arguments of type BatchStopRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchStopResponse>MediaLiveAsyncClient. batchStop(Consumer<BatchStopRequest.Builder> batchStopRequest)Stops running resourcesdefault BatchStopResponseMediaLiveClient. batchStop(Consumer<BatchStopRequest.Builder> batchStopRequest)Stops running resources -
Uses of BatchStopRequest.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return BatchStopRequest.Builder Modifier and Type Method Description static BatchStopRequest.BuilderBatchStopRequest. builder()BatchStopRequest.BuilderBatchStopRequest.Builder. channelIds(String... channelIds)List of channel IDsBatchStopRequest.BuilderBatchStopRequest.Builder. channelIds(Collection<String> channelIds)List of channel IDsBatchStopRequest.BuilderBatchStopRequest.Builder. multiplexIds(String... multiplexIds)List of multiplex IDsBatchStopRequest.BuilderBatchStopRequest.Builder. multiplexIds(Collection<String> multiplexIds)List of multiplex IDsBatchStopRequest.BuilderBatchStopRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchStopRequest.BuilderBatchStopRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchStopRequest.BuilderBatchStopRequest. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type BatchStopRequest.Builder Modifier and Type Method Description static Class<? extends BatchStopRequest.Builder>BatchStopRequest. serializableBuilderClass()
-