| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2 |
|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateChannelGroupResponse |
MediaPackageV2Client.updateChannelGroup(Consumer<UpdateChannelGroupRequest.Builder> updateChannelGroupRequest)
Update the specified channel group.
|
default CompletableFuture<UpdateChannelGroupResponse> |
MediaPackageV2AsyncClient.updateChannelGroup(Consumer<UpdateChannelGroupRequest.Builder> updateChannelGroupRequest)
Update the specified channel group.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateChannelGroupRequest.Builder |
UpdateChannelGroupRequest.builder() |
UpdateChannelGroupRequest.Builder |
UpdateChannelGroupRequest.Builder.channelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelGroupRequest.Builder |
UpdateChannelGroupRequest.Builder.description(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
|
UpdateChannelGroupRequest.Builder |
UpdateChannelGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelGroupRequest.Builder |
UpdateChannelGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChannelGroupRequest.Builder |
UpdateChannelGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChannelGroupRequest.Builder> |
UpdateChannelGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.