| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
GetChannelGroupResult |
AWSMediaPackageV2Client.getChannelGroup(GetChannelGroupRequest request)
Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and
origin endpoints that are associated with it.
|
GetChannelGroupResult |
AbstractAWSMediaPackageV2.getChannelGroup(GetChannelGroupRequest request) |
GetChannelGroupResult |
AWSMediaPackageV2.getChannelGroup(GetChannelGroupRequest getChannelGroupRequest)
Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and
origin endpoints that are associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetChannelGroupResult> |
AWSMediaPackageV2AsyncClient.getChannelGroupAsync(GetChannelGroupRequest request) |
Future<GetChannelGroupResult> |
AbstractAWSMediaPackageV2Async.getChannelGroupAsync(GetChannelGroupRequest request) |
Future<GetChannelGroupResult> |
AWSMediaPackageV2Async.getChannelGroupAsync(GetChannelGroupRequest getChannelGroupRequest)
Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and
origin endpoints that are associated with it.
|
Future<GetChannelGroupResult> |
AWSMediaPackageV2AsyncClient.getChannelGroupAsync(GetChannelGroupRequest request,
AsyncHandler<GetChannelGroupRequest,GetChannelGroupResult> asyncHandler) |
Future<GetChannelGroupResult> |
AbstractAWSMediaPackageV2Async.getChannelGroupAsync(GetChannelGroupRequest request,
AsyncHandler<GetChannelGroupRequest,GetChannelGroupResult> asyncHandler) |
Future<GetChannelGroupResult> |
AWSMediaPackageV2Async.getChannelGroupAsync(GetChannelGroupRequest getChannelGroupRequest,
AsyncHandler<GetChannelGroupRequest,GetChannelGroupResult> asyncHandler)
Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and
origin endpoints that are associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetChannelGroupResult> |
AWSMediaPackageV2AsyncClient.getChannelGroupAsync(GetChannelGroupRequest request,
AsyncHandler<GetChannelGroupRequest,GetChannelGroupResult> asyncHandler) |
Future<GetChannelGroupResult> |
AbstractAWSMediaPackageV2Async.getChannelGroupAsync(GetChannelGroupRequest request,
AsyncHandler<GetChannelGroupRequest,GetChannelGroupResult> asyncHandler) |
Future<GetChannelGroupResult> |
AWSMediaPackageV2Async.getChannelGroupAsync(GetChannelGroupRequest getChannelGroupRequest,
AsyncHandler<GetChannelGroupRequest,GetChannelGroupResult> asyncHandler)
Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and
origin endpoints that are associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
GetChannelGroupResult |
GetChannelGroupResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetChannelGroupResult |
GetChannelGroupResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetChannelGroupResult |
GetChannelGroupResult.clone() |
GetChannelGroupResult |
GetChannelGroupResult.withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
GetChannelGroupResult |
GetChannelGroupResult.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
GetChannelGroupResult |
GetChannelGroupResult.withCreatedAt(Date createdAt)
The date and time the channel group was created.
|
GetChannelGroupResult |
GetChannelGroupResult.withDescription(String description)
The description for your channel group.
|
GetChannelGroupResult |
GetChannelGroupResult.withEgressDomain(String egressDomain)
The output domain where the source stream should be sent.
|
GetChannelGroupResult |
GetChannelGroupResult.withETag(String eTag)
The current Entity Tag (ETag) associated with this resource.
|
GetChannelGroupResult |
GetChannelGroupResult.withModifiedAt(Date modifiedAt)
The date and time the channel group was modified.
|
GetChannelGroupResult |
GetChannelGroupResult.withTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
|
Copyright © 2024. All rights reserved.