| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AbstractAWSMediaPackageV2Async.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSMediaPackageV2Async.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Create a channel to start receiving content streams.
|
Future<CreateChannelResult> |
AWSMediaPackageV2AsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest |
CreateChannelRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelRequest |
CreateChannelRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelRequest |
CreateChannelRequest.clone() |
CreateChannelRequest |
CreateChannelRequest.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
CreateChannelRequest |
CreateChannelRequest.withChannelName(String channelName)
The name that describes the channel.
|
CreateChannelRequest |
CreateChannelRequest.withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
CreateChannelRequest |
CreateChannelRequest.withDescription(String description)
Enter any descriptive text that helps you to identify the channel.
|
CreateChannelRequest |
CreateChannelRequest.withInputType(InputType inputType)
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest
or HLS ingest.
|
CreateChannelRequest |
CreateChannelRequest.withInputType(String inputType)
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest
or HLS ingest.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Map<String,String> tags)
A comma-separated list of tag key:value pairs that you define.
|
Copyright © 2024. All rights reserved.