| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelGroupResult |
AbstractAWSMediaPackageV2.updateChannelGroup(UpdateChannelGroupRequest request) |
UpdateChannelGroupResult |
AWSMediaPackageV2.updateChannelGroup(UpdateChannelGroupRequest updateChannelGroupRequest)
Update the specified channel group.
|
UpdateChannelGroupResult |
AWSMediaPackageV2Client.updateChannelGroup(UpdateChannelGroupRequest request)
Update the specified channel group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelGroupResult> |
AbstractAWSMediaPackageV2Async.updateChannelGroupAsync(UpdateChannelGroupRequest request,
AsyncHandler<UpdateChannelGroupRequest,UpdateChannelGroupResult> asyncHandler) |
Future<UpdateChannelGroupResult> |
AWSMediaPackageV2Async.updateChannelGroupAsync(UpdateChannelGroupRequest updateChannelGroupRequest,
AsyncHandler<UpdateChannelGroupRequest,UpdateChannelGroupResult> asyncHandler)
Update the specified channel group.
|
Future<UpdateChannelGroupResult> |
AWSMediaPackageV2AsyncClient.updateChannelGroupAsync(UpdateChannelGroupRequest request,
AsyncHandler<UpdateChannelGroupRequest,UpdateChannelGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelGroupResult |
UpdateChannelGroupResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateChannelGroupResult |
UpdateChannelGroupResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateChannelGroupResult |
UpdateChannelGroupResult.clone() |
UpdateChannelGroupResult |
UpdateChannelGroupResult.withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
UpdateChannelGroupResult |
UpdateChannelGroupResult.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelGroupResult |
UpdateChannelGroupResult.withCreatedAt(Date createdAt)
The date and time the channel group was created.
|
UpdateChannelGroupResult |
UpdateChannelGroupResult.withDescription(String description)
The description for your channel group.
|
UpdateChannelGroupResult |
UpdateChannelGroupResult.withEgressDomain(String egressDomain)
The output domain where the source stream is sent.
|
UpdateChannelGroupResult |
UpdateChannelGroupResult.withETag(String eTag)
The current Entity Tag (ETag) associated with this resource.
|
UpdateChannelGroupResult |
UpdateChannelGroupResult.withModifiedAt(Date modifiedAt)
The date and time the channel group was modified.
|
UpdateChannelGroupResult |
UpdateChannelGroupResult.withTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
|
Copyright © 2024. All rights reserved.