Uses of Class
com.amazonaws.services.elasticmapreduce.model.ClusterSummary
-
Packages that use ClusterSummary Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of ClusterSummary in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterSummary Modifier and Type Method Description ClusterSummaryClusterSummary. clone()ClusterSummaryClusterSummary. withId(String id)The unique identifier for the cluster.ClusterSummaryClusterSummary. withName(String name)The name of the cluster.ClusterSummaryClusterSummary. withNormalizedInstanceHours(Integer normalizedInstanceHours)An approximation of the cost of the job flow, represented in m1.small/hours.ClusterSummaryClusterSummary. withStatus(ClusterStatus status)The details about the current status of the cluster.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type ClusterSummary Modifier and Type Method Description List<ClusterSummary>ListClustersResult. getClusters()The list of clusters for the account based on the given filters.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ClusterSummary Modifier and Type Method Description ListClustersResultListClustersResult. withClusters(ClusterSummary... clusters)The list of clusters for the account based on the given filters.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type ClusterSummary Modifier and Type Method Description voidListClustersResult. setClusters(Collection<ClusterSummary> clusters)The list of clusters for the account based on the given filters.ListClustersResultListClustersResult. withClusters(Collection<ClusterSummary> clusters)The list of clusters for the account based on the given filters.
-