Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.UpdateChannelResponse
-
Packages that use UpdateChannelResponse Package Description software.amazon.awssdk.services.mediapackagev2 -
-
Uses of UpdateChannelResponse in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return UpdateChannelResponse Modifier and Type Method Description default UpdateChannelResponseMediaPackageV2Client. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Update the specified channel.default UpdateChannelResponseMediaPackageV2Client. updateChannel(UpdateChannelRequest updateChannelRequest)Update the specified channel.Methods in software.amazon.awssdk.services.mediapackagev2 that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>MediaPackageV2AsyncClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Update the specified channel.default CompletableFuture<UpdateChannelResponse>MediaPackageV2AsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Update the specified channel.
-