| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage |
AWS Elemental MediaPackage
|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AbstractAWSMediaPackageAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSMediaPackageAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSMediaPackageAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a new Channel.
|
| 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.withDescription(String description)
A short text description of the Channel.
|
CreateChannelRequest |
CreateChannelRequest.withId(String id)
The ID of the Channel.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Map<String,String> tags) |
Copyright © 2024. All rights reserved.