| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage |
AWS Elemental MediaPackage
|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResult |
AbstractAWSMediaPackage.updateChannel(UpdateChannelRequest request) |
UpdateChannelResult |
AWSMediaPackage.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates an existing Channel.
|
UpdateChannelResult |
AWSMediaPackageClient.updateChannel(UpdateChannelRequest request)
Updates an existing Channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelResult> |
AbstractAWSMediaPackageAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AWSMediaPackageAsync.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Updates an existing Channel.
|
Future<UpdateChannelResult> |
AWSMediaPackageAsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
| 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) assigned to the Channel.
|
UpdateChannelResult |
UpdateChannelResult.withCreatedAt(String createdAt)
The date and time the Channel was created.
|
UpdateChannelResult |
UpdateChannelResult.withDescription(String description)
A short text description of the Channel.
|
UpdateChannelResult |
UpdateChannelResult.withEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
UpdateChannelResult |
UpdateChannelResult.withHlsIngest(HlsIngest hlsIngest) |
UpdateChannelResult |
UpdateChannelResult.withId(String id)
The ID of the Channel.
|
UpdateChannelResult |
UpdateChannelResult.withIngressAccessLogs(IngressAccessLogs ingressAccessLogs) |
UpdateChannelResult |
UpdateChannelResult.withTags(Map<String,String> tags) |
Copyright © 2024. All rights reserved.