| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
GetChannelResult |
AbstractAWSMediaPackageV2.getChannel(GetChannelRequest request) |
GetChannelResult |
AWSMediaPackageV2Client.getChannel(GetChannelRequest request)
Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints
that are associated with it.
|
GetChannelResult |
AWSMediaPackageV2.getChannel(GetChannelRequest getChannelRequest)
Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints
that are associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetChannelResult> |
AbstractAWSMediaPackageV2Async.getChannelAsync(GetChannelRequest request) |
Future<GetChannelResult> |
AWSMediaPackageV2Async.getChannelAsync(GetChannelRequest getChannelRequest)
Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints
that are associated with it.
|
Future<GetChannelResult> |
AWSMediaPackageV2AsyncClient.getChannelAsync(GetChannelRequest request) |
Future<GetChannelResult> |
AbstractAWSMediaPackageV2Async.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
Future<GetChannelResult> |
AWSMediaPackageV2Async.getChannelAsync(GetChannelRequest getChannelRequest,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler)
Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints
that are associated with it.
|
Future<GetChannelResult> |
AWSMediaPackageV2AsyncClient.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetChannelResult> |
AbstractAWSMediaPackageV2Async.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
Future<GetChannelResult> |
AWSMediaPackageV2Async.getChannelAsync(GetChannelRequest getChannelRequest,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler)
Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints
that are associated with it.
|
Future<GetChannelResult> |
AWSMediaPackageV2AsyncClient.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetChannelResult |
GetChannelResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetChannelResult |
GetChannelResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetChannelResult |
GetChannelResult.clone() |
GetChannelResult |
GetChannelResult.withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
GetChannelResult |
GetChannelResult.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
GetChannelResult |
GetChannelResult.withChannelName(String channelName)
The name that describes the channel.
|
GetChannelResult |
GetChannelResult.withCreatedAt(Date createdAt)
The date and time the channel was created.
|
GetChannelResult |
GetChannelResult.withDescription(String description)
The description for your channel.
|
GetChannelResult |
GetChannelResult.withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints) |
GetChannelResult |
GetChannelResult.withIngestEndpoints(IngestEndpoint... ingestEndpoints)
NOTE: This method appends the values to the existing list (if any).
|
GetChannelResult |
GetChannelResult.withModifiedAt(Date modifiedAt)
The date and time the channel was modified.
|
GetChannelResult |
GetChannelResult.withTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel.
|
Copyright © 2023. All rights reserved.