Uses of Class
software.amazon.awssdk.services.medialive.model.UpdateChannelPlacementGroupResponse
-
Packages that use UpdateChannelPlacementGroupResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of UpdateChannelPlacementGroupResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return UpdateChannelPlacementGroupResponse Modifier and Type Method Description default UpdateChannelPlacementGroupResponseMediaLiveClient. updateChannelPlacementGroup(Consumer<UpdateChannelPlacementGroupRequest.Builder> updateChannelPlacementGroupRequest)Change the settings for a ChannelPlacementGroup.default UpdateChannelPlacementGroupResponseMediaLiveClient. updateChannelPlacementGroup(UpdateChannelPlacementGroupRequest updateChannelPlacementGroupRequest)Change the settings for a ChannelPlacementGroup.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type UpdateChannelPlacementGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelPlacementGroupResponse>MediaLiveAsyncClient. updateChannelPlacementGroup(Consumer<UpdateChannelPlacementGroupRequest.Builder> updateChannelPlacementGroupRequest)Change the settings for a ChannelPlacementGroup.default CompletableFuture<UpdateChannelPlacementGroupResponse>MediaLiveAsyncClient. updateChannelPlacementGroup(UpdateChannelPlacementGroupRequest updateChannelPlacementGroupRequest)Change the settings for a ChannelPlacementGroup.
-