| 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 | |
| software.amazon.awssdk.services.emr.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListStudiosResponse |
EmrClient.listStudios(ListStudiosRequest 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.
|
default ListStudiosIterable |
EmrClient.listStudiosPaginator(ListStudiosRequest listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
default ListStudiosPublisher |
EmrAsyncClient.listStudiosPaginator(ListStudiosRequest listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
| Constructor and Description |
|---|
ListStudiosIterable(EmrClient client,
ListStudiosRequest firstRequest) |
ListStudiosPublisher(EmrAsyncClient client,
ListStudiosRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListStudiosRequestMarshaller.marshall(ListStudiosRequest listStudiosRequest) |
Copyright © 2023. All rights reserved.