Uses of Class
software.amazon.awssdk.services.medialive.model.DescribeNodeSummary
-
Packages that use DescribeNodeSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of DescribeNodeSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type DescribeNodeSummary Modifier and Type Method Description List<DescribeNodeSummary>ListNodesResponse. nodes()An array of Nodes that exist in the Cluster.Methods in software.amazon.awssdk.services.medialive.model with parameters of type DescribeNodeSummary Modifier and Type Method Description ListNodesResponse.BuilderListNodesResponse.Builder. nodes(DescribeNodeSummary... nodes)An array of Nodes that exist in the Cluster.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type DescribeNodeSummary Modifier and Type Method Description ListNodesResponse.BuilderListNodesResponse.Builder. nodes(Collection<DescribeNodeSummary> nodes)An array of Nodes that exist in the Cluster. -
Uses of DescribeNodeSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type DescribeNodeSummary Modifier and Type Method Description SdkIterable<DescribeNodeSummary>ListNodesIterable. nodes()Returns an iterable to iterate through the paginatedListNodesResponse.nodes()member.SdkPublisher<DescribeNodeSummary>ListNodesPublisher. nodes()Returns a publisher that can be used to get a stream of data.
-