| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelGroupResult |
AWSMediaPackageV2Client.createChannelGroup(CreateChannelGroupRequest request)
Create a channel group to group your channels and origin endpoints.
|
CreateChannelGroupResult |
AbstractAWSMediaPackageV2.createChannelGroup(CreateChannelGroupRequest request) |
CreateChannelGroupResult |
AWSMediaPackageV2.createChannelGroup(CreateChannelGroupRequest createChannelGroupRequest)
Create a channel group to group your channels and origin endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelGroupResult> |
AWSMediaPackageV2AsyncClient.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> |
AbstractAWSMediaPackageV2Async.createChannelGroupAsync(CreateChannelGroupRequest request,
AsyncHandler<CreateChannelGroupRequest,CreateChannelGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelGroupResult |
CreateChannelGroupResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelGroupResult |
CreateChannelGroupResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelGroupResult |
CreateChannelGroupResult.clone() |
CreateChannelGroupResult |
CreateChannelGroupResult.withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
CreateChannelGroupResult |
CreateChannelGroupResult.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
CreateChannelGroupResult |
CreateChannelGroupResult.withCreatedAt(Date createdAt)
The date and time the channel group was created.
|
CreateChannelGroupResult |
CreateChannelGroupResult.withDescription(String description)
The description for your channel group.
|
CreateChannelGroupResult |
CreateChannelGroupResult.withEgressDomain(String egressDomain)
The output domain where the source stream should be sent.
|
CreateChannelGroupResult |
CreateChannelGroupResult.withModifiedAt(Date modifiedAt)
The date and time the channel group was modified.
|
CreateChannelGroupResult |
CreateChannelGroupResult.withTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
|
Copyright © 2023. All rights reserved.