| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResult |
AbstractAWSMediaPackageV2.updateChannel(UpdateChannelRequest request) |
UpdateChannelResult |
AWSMediaPackageV2Client.updateChannel(UpdateChannelRequest request)
Update the specified channel.
|
UpdateChannelResult |
AWSMediaPackageV2.updateChannel(UpdateChannelRequest updateChannelRequest)
Update the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelResult> |
AbstractAWSMediaPackageV2Async.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AWSMediaPackageV2AsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AWSMediaPackageV2Async.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Update the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResult |
UpdateChannelResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateChannelResult |
UpdateChannelResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateChannelResult |
UpdateChannelResult.clone() |
UpdateChannelResult |
UpdateChannelResult.withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
UpdateChannelResult |
UpdateChannelResult.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelResult |
UpdateChannelResult.withChannelName(String channelName)
The name that describes the channel.
|
UpdateChannelResult |
UpdateChannelResult.withCreatedAt(Date createdAt)
The date and time the channel was created.
|
UpdateChannelResult |
UpdateChannelResult.withDescription(String description)
The description for your channel.
|
UpdateChannelResult |
UpdateChannelResult.withETag(String eTag)
The current Entity Tag (ETag) associated with this resource.
|
UpdateChannelResult |
UpdateChannelResult.withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints) |
UpdateChannelResult |
UpdateChannelResult.withIngestEndpoints(IngestEndpoint... ingestEndpoints)
NOTE: This method appends the values to the existing list (if any).
|
UpdateChannelResult |
UpdateChannelResult.withInputType(InputType inputType)
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest
or HLS ingest.
|
UpdateChannelResult |
UpdateChannelResult.withInputType(String inputType)
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest
or HLS ingest.
|
UpdateChannelResult |
UpdateChannelResult.withModifiedAt(Date modifiedAt)
The date and time the channel was modified.
|
UpdateChannelResult |
UpdateChannelResult.withTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel.
|
Copyright © 2025. All rights reserved.