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