Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ClusterSummary> |
ListClustersResult.getClusters()
The list of clusters for the account based on the given filters.
|
Modifier and Type | Method and Description |
---|---|
ListClustersResult |
ListClustersResult.withClusters(ClusterSummary... clusters)
The list of clusters for the account based on the given filters.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.