| 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 ListStudiosResponse |
EmrClient.listStudios(Consumer<ListStudiosRequest.Builder> listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
default ListStudiosResponse |
EmrClient.listStudios(ListStudiosRequest listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStudiosResponse> |
EmrAsyncClient.listStudios(Consumer<ListStudiosRequest.Builder> listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
default CompletableFuture<ListStudiosResponse> |
EmrAsyncClient.listStudios(ListStudiosRequest listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStudiosResponse> |
ListStudiosIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStudiosPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStudiosResponse> subscriber) |
Copyright © 2023. All rights reserved.