| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListInstancesResponse |
EmrClient.listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Provides information for all active Amazon EC2 instances and Amazon EC2 instances terminated in the last 30 days,
up to a maximum of 2,000.
|
default ListInstancesResponse |
EmrClient.listInstances(ListInstancesRequest listInstancesRequest)
Provides information for all active Amazon EC2 instances and Amazon EC2 instances terminated in the last 30 days,
up to a maximum of 2,000.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInstancesResponse> |
EmrAsyncClient.listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Provides information for all active Amazon EC2 instances and Amazon EC2 instances terminated in the last 30 days,
up to a maximum of 2,000.
|
default CompletableFuture<ListInstancesResponse> |
EmrAsyncClient.listInstances(ListInstancesRequest listInstancesRequest)
Provides information for all active Amazon EC2 instances and Amazon EC2 instances terminated in the last 30 days,
up to a maximum of 2,000.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInstancesResponse> |
ListInstancesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstancesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInstancesResponse> subscriber) |
Copyright © 2023. All rights reserved.