Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.UpdateChannelGroupResponse
-
Packages that use UpdateChannelGroupResponse Package Description software.amazon.awssdk.services.mediapackagev2 -
-
Uses of UpdateChannelGroupResponse in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return UpdateChannelGroupResponse Modifier and Type Method Description default UpdateChannelGroupResponseMediaPackageV2Client. updateChannelGroup(Consumer<UpdateChannelGroupRequest.Builder> updateChannelGroupRequest)Update the specified channel group.default UpdateChannelGroupResponseMediaPackageV2Client. updateChannelGroup(UpdateChannelGroupRequest updateChannelGroupRequest)Update the specified channel group.Methods in software.amazon.awssdk.services.mediapackagev2 that return types with arguments of type UpdateChannelGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelGroupResponse>MediaPackageV2AsyncClient. updateChannelGroup(Consumer<UpdateChannelGroupRequest.Builder> updateChannelGroupRequest)Update the specified channel group.default CompletableFuture<UpdateChannelGroupResponse>MediaPackageV2AsyncClient. updateChannelGroup(UpdateChannelGroupRequest updateChannelGroupRequest)Update the specified channel group.
-