| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model | |
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterSummary> |
ListClustersResponse.clusters()
The list of clusters for the account based on the given filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse.Builder |
ListClustersResponse.Builder.clusters(ClusterSummary... clusters)
The list of clusters for the account based on the given filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse.Builder |
ListClustersResponse.Builder.clusters(Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClusterSummary> |
ListClustersPublisher.clusters()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClusterSummary> |
ListClustersIterable.clusters()
Returns an iterable to iterate through the paginated
ListClustersResponse.clusters() member. |
Copyright © 2022. All rights reserved.