Uses of Class
software.amazon.awssdk.services.medialive.model.CreateChannelPlacementGroupResponse
-
Packages that use CreateChannelPlacementGroupResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of CreateChannelPlacementGroupResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return CreateChannelPlacementGroupResponse Modifier and Type Method Description default CreateChannelPlacementGroupResponseMediaLiveClient. createChannelPlacementGroup(Consumer<CreateChannelPlacementGroupRequest.Builder> createChannelPlacementGroupRequest)Create a ChannelPlacementGroup in the specified Cluster.default CreateChannelPlacementGroupResponseMediaLiveClient. createChannelPlacementGroup(CreateChannelPlacementGroupRequest createChannelPlacementGroupRequest)Create a ChannelPlacementGroup in the specified Cluster.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type CreateChannelPlacementGroupResponse Modifier and Type Method Description default CompletableFuture<CreateChannelPlacementGroupResponse>MediaLiveAsyncClient. createChannelPlacementGroup(Consumer<CreateChannelPlacementGroupRequest.Builder> createChannelPlacementGroupRequest)Create a ChannelPlacementGroup in the specified Cluster.default CompletableFuture<CreateChannelPlacementGroupResponse>MediaLiveAsyncClient. createChannelPlacementGroup(CreateChannelPlacementGroupRequest createChannelPlacementGroupRequest)Create a ChannelPlacementGroup in the specified Cluster.
-