| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive |
API for AWS Elemental MediaLive
|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchStopResponse |
MediaLiveClient.batchStop(Consumer<BatchStopRequest.Builder> batchStopRequest)
Stops running resources
|
default CompletableFuture<BatchStopResponse> |
MediaLiveAsyncClient.batchStop(Consumer<BatchStopRequest.Builder> batchStopRequest)
Stops running resources
|
| Modifier and Type | Method and Description |
|---|---|
static BatchStopRequest.Builder |
BatchStopRequest.builder() |
BatchStopRequest.Builder |
BatchStopRequest.Builder.channelIds(Collection<String> channelIds)
List of channel IDs
|
BatchStopRequest.Builder |
BatchStopRequest.Builder.channelIds(String... channelIds)
List of channel IDs
|
BatchStopRequest.Builder |
BatchStopRequest.Builder.multiplexIds(Collection<String> multiplexIds)
List of multiplex IDs
|
BatchStopRequest.Builder |
BatchStopRequest.Builder.multiplexIds(String... multiplexIds)
List of multiplex IDs
|
BatchStopRequest.Builder |
BatchStopRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchStopRequest.Builder |
BatchStopRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchStopRequest.Builder |
BatchStopRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchStopRequest.Builder> |
BatchStopRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.