| 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 ListSupportedInstanceTypesResponse |
EmrClient.listSupportedInstanceTypes(Consumer<ListSupportedInstanceTypesRequest.Builder> listSupportedInstanceTypesRequest)
A list of the instance types that Amazon EMR supports.
|
default ListSupportedInstanceTypesResponse |
EmrClient.listSupportedInstanceTypes(ListSupportedInstanceTypesRequest listSupportedInstanceTypesRequest)
A list of the instance types that Amazon EMR supports.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSupportedInstanceTypesResponse> |
EmrAsyncClient.listSupportedInstanceTypes(Consumer<ListSupportedInstanceTypesRequest.Builder> listSupportedInstanceTypesRequest)
A list of the instance types that Amazon EMR supports.
|
default CompletableFuture<ListSupportedInstanceTypesResponse> |
EmrAsyncClient.listSupportedInstanceTypes(ListSupportedInstanceTypesRequest listSupportedInstanceTypesRequest)
A list of the instance types that Amazon EMR supports.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSupportedInstanceTypesResponse> |
ListSupportedInstanceTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSupportedInstanceTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSupportedInstanceTypesResponse> subscriber) |
Copyright © 2023. All rights reserved.