| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelResult> |
AWSMediaPackageV2AsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AWSMediaPackageV2Async.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Update the specified channel.
|
Future<UpdateChannelResult> |
AbstractAWSMediaPackageV2Async.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.clone() |
UpdateChannelRequest |
UpdateChannelRequest.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelRequest |
UpdateChannelRequest.withChannelName(String channelName)
The name that describes the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withDescription(String description)
Any descriptive information that you want to add to the channel for future identification purposes.
|
UpdateChannelRequest |
UpdateChannelRequest.withETag(String eTag)
The expected current Entity Tag (ETag) for the resource.
|
Copyright © 2025. All rights reserved.