| 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 BatchStartResponse |
MediaLiveClient.batchStart(Consumer<BatchStartRequest.Builder> batchStartRequest)
Starts existing resources
|
default CompletableFuture<BatchStartResponse> |
MediaLiveAsyncClient.batchStart(Consumer<BatchStartRequest.Builder> batchStartRequest)
Starts existing resources
|
| Modifier and Type | Method and Description |
|---|---|
static BatchStartRequest.Builder |
BatchStartRequest.builder() |
BatchStartRequest.Builder |
BatchStartRequest.Builder.channelIds(Collection<String> channelIds)
List of channel IDs
|
BatchStartRequest.Builder |
BatchStartRequest.Builder.channelIds(String... channelIds)
List of channel IDs
|
BatchStartRequest.Builder |
BatchStartRequest.Builder.multiplexIds(Collection<String> multiplexIds)
List of multiplex IDs
|
BatchStartRequest.Builder |
BatchStartRequest.Builder.multiplexIds(String... multiplexIds)
List of multiplex IDs
|
BatchStartRequest.Builder |
BatchStartRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchStartRequest.Builder |
BatchStartRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchStartRequest.Builder |
BatchStartRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchStartRequest.Builder> |
BatchStartRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.