Uses of Class
com.amazonaws.services.elasticmapreduce.model.ClusterSummary
Packages that use ClusterSummary
-
Uses of ClusterSummary in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterSummaryModifier and TypeMethodDescriptionClusterSummary.clone()The unique identifier for the cluster.The name of the cluster.ClusterSummary.withNormalizedInstanceHours(Integer normalizedInstanceHours) An approximation of the cost of the job flow, represented in m1.small/hours.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 ClusterSummaryModifier and TypeMethodDescriptionListClustersResult.getClusters()The list of clusters for the account based on the given filters.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ClusterSummaryModifier and TypeMethodDescriptionListClustersResult.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 ClusterSummaryModifier and TypeMethodDescriptionvoidListClustersResult.setClusters(Collection<ClusterSummary> clusters) The list of clusters for the account based on the given filters.ListClustersResult.withClusters(Collection<ClusterSummary> clusters) The list of clusters for the account based on the given filters.