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<DeleteStudioSessionMappingResult> |
AmazonElasticMapReduceAsyncClient.deleteStudioSessionMappingAsync(DeleteStudioSessionMappingRequest request,
AsyncHandler<DeleteStudioSessionMappingRequest,DeleteStudioSessionMappingResult> asyncHandler) |
Future<DeleteStudioSessionMappingResult> |
AbstractAmazonElasticMapReduceAsync.deleteStudioSessionMappingAsync(DeleteStudioSessionMappingRequest request,
AsyncHandler<DeleteStudioSessionMappingRequest,DeleteStudioSessionMappingResult> asyncHandler) |
Future<DeleteStudioSessionMappingResult> |
AmazonElasticMapReduceAsync.deleteStudioSessionMappingAsync(DeleteStudioSessionMappingRequest deleteStudioSessionMappingRequest,
AsyncHandler<DeleteStudioSessionMappingRequest,DeleteStudioSessionMappingResult> asyncHandler)
Removes a user or group from an Amazon EMR Studio.
|
Modifier and Type | Method and Description |
---|---|
DeleteStudioSessionMappingRequest |
DeleteStudioSessionMappingRequest.clone() |
DeleteStudioSessionMappingRequest |
DeleteStudioSessionMappingRequest.withIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio.
|
DeleteStudioSessionMappingRequest |
DeleteStudioSessionMappingRequest.withIdentityName(String identityName)
The name of the user name or group to remove from the Amazon EMR Studio.
|
DeleteStudioSessionMappingRequest |
DeleteStudioSessionMappingRequest.withIdentityType(IdentityType identityType)
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
|
DeleteStudioSessionMappingRequest |
DeleteStudioSessionMappingRequest.withIdentityType(String identityType)
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
|
DeleteStudioSessionMappingRequest |
DeleteStudioSessionMappingRequest.withStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
Copyright © 2024. All rights reserved.