| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityType |
IdentityType.fromValue(String value)
Use this in place of valueOf.
|
static IdentityType |
IdentityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityType[] |
IdentityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetStudioSessionMappingRequest |
GetStudioSessionMappingRequest.withIdentityType(IdentityType identityType)
Specifies whether the identity to fetch is a user or a group.
|
DeleteStudioSessionMappingRequest |
DeleteStudioSessionMappingRequest.withIdentityType(IdentityType identityType)
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
|
ListStudioSessionMappingsRequest |
ListStudioSessionMappingsRequest.withIdentityType(IdentityType identityType)
Specifies whether to return session mappings for users or groups.
|
CreateStudioSessionMappingRequest |
CreateStudioSessionMappingRequest.withIdentityType(IdentityType identityType)
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
|
UpdateStudioSessionMappingRequest |
UpdateStudioSessionMappingRequest.withIdentityType(IdentityType identityType)
Specifies whether the identity to update is a user or a group.
|
SessionMappingSummary |
SessionMappingSummary.withIdentityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
SessionMappingDetail |
SessionMappingDetail.withIdentityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
Copyright © 2023. All rights reserved.