| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchStopResult> |
AWSMediaLiveAsyncClient.batchStopAsync(BatchStopRequest request,
AsyncHandler<BatchStopRequest,BatchStopResult> asyncHandler) |
Future<BatchStopResult> |
AWSMediaLiveAsync.batchStopAsync(BatchStopRequest batchStopRequest,
AsyncHandler<BatchStopRequest,BatchStopResult> asyncHandler)
Stops running resources
|
Future<BatchStopResult> |
AbstractAWSMediaLiveAsync.batchStopAsync(BatchStopRequest request,
AsyncHandler<BatchStopRequest,BatchStopResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchStopRequest |
BatchStopRequest.clone() |
BatchStopRequest |
BatchStopRequest.withChannelIds(Collection<String> channelIds)
List of channel IDs
|
BatchStopRequest |
BatchStopRequest.withChannelIds(String... channelIds)
List of channel IDs
|
BatchStopRequest |
BatchStopRequest.withMultiplexIds(Collection<String> multiplexIds)
List of multiplex IDs
|
BatchStopRequest |
BatchStopRequest.withMultiplexIds(String... multiplexIds)
List of multiplex IDs
|
Copyright © 2022. All rights reserved.