| 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 |
|---|---|
Future<ListStudioSessionMappingsResult> |
AmazonElasticMapReduceAsync.listStudioSessionMappingsAsync(ListStudioSessionMappingsRequest listStudioSessionMappingsRequest,
AsyncHandler<ListStudioSessionMappingsRequest,ListStudioSessionMappingsResult> asyncHandler)
|
Future<ListStudioSessionMappingsResult> |
AbstractAmazonElasticMapReduceAsync.listStudioSessionMappingsAsync(ListStudioSessionMappingsRequest request,
AsyncHandler<ListStudioSessionMappingsRequest,ListStudioSessionMappingsResult> asyncHandler) |
Future<ListStudioSessionMappingsResult> |
AmazonElasticMapReduceAsyncClient.listStudioSessionMappingsAsync(ListStudioSessionMappingsRequest request,
AsyncHandler<ListStudioSessionMappingsRequest,ListStudioSessionMappingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStudioSessionMappingsRequest |
ListStudioSessionMappingsRequest.clone() |
ListStudioSessionMappingsRequest |
ListStudioSessionMappingsRequest.withIdentityType(IdentityType identityType)
Specifies whether to return session mappings for users or groups.
|
ListStudioSessionMappingsRequest |
ListStudioSessionMappingsRequest.withIdentityType(String identityType)
Specifies whether to return session mappings for users or groups.
|
ListStudioSessionMappingsRequest |
ListStudioSessionMappingsRequest.withMarker(String marker)
The pagination token that indicates the set of results to retrieve.
|
ListStudioSessionMappingsRequest |
ListStudioSessionMappingsRequest.withStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
Copyright © 2021. All rights reserved.