| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2 |
|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetChannelGroupResponse |
MediaPackageV2Client.getChannelGroup(Consumer<GetChannelGroupRequest.Builder> getChannelGroupRequest)
Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and
origin endpoints that are associated with it.
|
default CompletableFuture<GetChannelGroupResponse> |
MediaPackageV2AsyncClient.getChannelGroup(Consumer<GetChannelGroupRequest.Builder> 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 |
|---|---|
static GetChannelGroupRequest.Builder |
GetChannelGroupRequest.builder() |
GetChannelGroupRequest.Builder |
GetChannelGroupRequest.Builder.channelGroupName(String channelGroupName)
The name that describes the channel group.
|
GetChannelGroupRequest.Builder |
GetChannelGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetChannelGroupRequest.Builder |
GetChannelGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetChannelGroupRequest.Builder |
GetChannelGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetChannelGroupRequest.Builder> |
GetChannelGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.