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 ClusterSummary
ClusterSummary. clone()
ClusterSummary
ClusterSummary. withId(String id)
The unique identifier for the cluster.ClusterSummary
ClusterSummary. withName(String name)
The name of the cluster.ClusterSummary
ClusterSummary. withNormalizedInstanceHours(Integer normalizedInstanceHours)
An approximation of the cost of the job flow, represented in m1.small/hours.ClusterSummary
ClusterSummary. 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 ListClustersResult
ListClustersResult. 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 void
ListClustersResult. setClusters(Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters.ListClustersResult
ListClustersResult. withClusters(Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters.
-