| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model | |
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
ListInstancesResponse.instances()
The list of instances for the cluster and given filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(Instance... instances)
The list of instances for the cluster and given filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(Collection<Instance> instances)
The list of instances for the cluster and given filters.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Instance> |
ListInstancesPublisher.instances()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Instance> |
ListInstancesIterable.instances()
Returns an iterable to iterate through the paginated
ListInstancesResponse.instances() member. |
Copyright © 2023. All rights reserved.