| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelGroupResult> |
AbstractAWSMediaPackageV2Async.createChannelGroupAsync(CreateChannelGroupRequest request,
AsyncHandler<CreateChannelGroupRequest,CreateChannelGroupResult> asyncHandler) |
Future<CreateChannelGroupResult> |
AWSMediaPackageV2Async.createChannelGroupAsync(CreateChannelGroupRequest createChannelGroupRequest,
AsyncHandler<CreateChannelGroupRequest,CreateChannelGroupResult> asyncHandler)
Create a channel group to group your channels and origin endpoints.
|
Future<CreateChannelGroupResult> |
AWSMediaPackageV2AsyncClient.createChannelGroupAsync(CreateChannelGroupRequest request,
AsyncHandler<CreateChannelGroupRequest,CreateChannelGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelGroupRequest |
CreateChannelGroupRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelGroupRequest |
CreateChannelGroupRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelGroupRequest |
CreateChannelGroupRequest.clone() |
CreateChannelGroupRequest |
CreateChannelGroupRequest.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
CreateChannelGroupRequest |
CreateChannelGroupRequest.withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
CreateChannelGroupRequest |
CreateChannelGroupRequest.withDescription(String description)
Enter any descriptive text that helps you to identify the channel group.
|
CreateChannelGroupRequest |
CreateChannelGroupRequest.withTags(Map<String,String> tags)
A comma-separated list of tag key:value pairs that you define.
|
Copyright © 2024. All rights reserved.