Uses of Class
com.amazonaws.services.elasticmapreduce.model.ClusterSummary

Packages that use ClusterSummary
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of ClusterSummary in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterSummary
 ClusterSummary ClusterSummary.withId(String id)
          The unique identifier for the cluster.
 ClusterSummary ClusterSummary.withName(String name)
          The name of the cluster.
 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
 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
 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
 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.
 



Copyright © 2016. All rights reserved.