Uses of Class
software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupSummary
-
Packages that use DescribeChannelPlacementGroupSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of DescribeChannelPlacementGroupSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type DescribeChannelPlacementGroupSummary Modifier and Type Method Description List<DescribeChannelPlacementGroupSummary>ListChannelPlacementGroupsResponse. channelPlacementGroups()An array of ChannelPlacementGroups that exist in the Cluster.Methods in software.amazon.awssdk.services.medialive.model with parameters of type DescribeChannelPlacementGroupSummary Modifier and Type Method Description ListChannelPlacementGroupsResponse.BuilderListChannelPlacementGroupsResponse.Builder. channelPlacementGroups(DescribeChannelPlacementGroupSummary... channelPlacementGroups)An array of ChannelPlacementGroups that exist in the Cluster.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type DescribeChannelPlacementGroupSummary Modifier and Type Method Description ListChannelPlacementGroupsResponse.BuilderListChannelPlacementGroupsResponse.Builder. channelPlacementGroups(Collection<DescribeChannelPlacementGroupSummary> channelPlacementGroups)An array of ChannelPlacementGroups that exist in the Cluster. -
Uses of DescribeChannelPlacementGroupSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type DescribeChannelPlacementGroupSummary Modifier and Type Method Description SdkIterable<DescribeChannelPlacementGroupSummary>ListChannelPlacementGroupsIterable. channelPlacementGroups()Returns an iterable to iterate through the paginatedListChannelPlacementGroupsResponse.channelPlacementGroups()member.SdkPublisher<DescribeChannelPlacementGroupSummary>ListChannelPlacementGroupsPublisher. channelPlacementGroups()Returns a publisher that can be used to get a stream of data.
-