| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
ListStudiosResult |
AmazonElasticMapReduceClient.listStudios(ListStudiosRequest request)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
ListStudiosResult |
AbstractAmazonElasticMapReduce.listStudios(ListStudiosRequest request) |
ListStudiosResult |
AmazonElasticMapReduce.listStudios(ListStudiosRequest listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStudiosResult> |
AmazonElasticMapReduceAsyncClient.listStudiosAsync(ListStudiosRequest request) |
Future<ListStudiosResult> |
AmazonElasticMapReduceAsync.listStudiosAsync(ListStudiosRequest listStudiosRequest)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
Future<ListStudiosResult> |
AbstractAmazonElasticMapReduceAsync.listStudiosAsync(ListStudiosRequest request) |
Future<ListStudiosResult> |
AmazonElasticMapReduceAsyncClient.listStudiosAsync(ListStudiosRequest request,
AsyncHandler<ListStudiosRequest,ListStudiosResult> asyncHandler) |
Future<ListStudiosResult> |
AmazonElasticMapReduceAsync.listStudiosAsync(ListStudiosRequest listStudiosRequest,
AsyncHandler<ListStudiosRequest,ListStudiosResult> asyncHandler)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
Future<ListStudiosResult> |
AbstractAmazonElasticMapReduceAsync.listStudiosAsync(ListStudiosRequest request,
AsyncHandler<ListStudiosRequest,ListStudiosResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStudiosResult> |
AmazonElasticMapReduceAsyncClient.listStudiosAsync(ListStudiosRequest request,
AsyncHandler<ListStudiosRequest,ListStudiosResult> asyncHandler) |
Future<ListStudiosResult> |
AmazonElasticMapReduceAsync.listStudiosAsync(ListStudiosRequest listStudiosRequest,
AsyncHandler<ListStudiosRequest,ListStudiosResult> asyncHandler)
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.
|
Future<ListStudiosResult> |
AbstractAmazonElasticMapReduceAsync.listStudiosAsync(ListStudiosRequest request,
AsyncHandler<ListStudiosRequest,ListStudiosResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStudiosResult |
ListStudiosResult.clone() |
ListStudiosResult |
ListStudiosResult.withMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListStudiosResult |
ListStudiosResult.withStudios(Collection<StudioSummary> studios)
The list of Studio summary objects.
|
ListStudiosResult |
ListStudiosResult.withStudios(StudioSummary... studios)
The list of Studio summary objects.
|
Copyright © 2024. All rights reserved.