| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityType |
IdentityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IdentityType |
GetStudioSessionMappingRequest.identityType()
Specifies whether the identity to fetch is a user or a group.
|
IdentityType |
ListStudioSessionMappingsRequest.identityType()
Specifies whether to return session mappings for users or groups.
|
IdentityType |
CreateStudioSessionMappingRequest.identityType()
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
|
IdentityType |
SessionMappingDetail.identityType()
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
IdentityType |
UpdateStudioSessionMappingRequest.identityType()
Specifies whether the identity to update is a user or a group.
|
IdentityType |
SessionMappingSummary.identityType()
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
IdentityType |
DeleteStudioSessionMappingRequest.identityType()
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
|
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 |
|---|---|
static Set<IdentityType> |
IdentityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetStudioSessionMappingRequest.Builder |
GetStudioSessionMappingRequest.Builder.identityType(IdentityType identityType)
Specifies whether the identity to fetch is a user or a group.
|
ListStudioSessionMappingsRequest.Builder |
ListStudioSessionMappingsRequest.Builder.identityType(IdentityType identityType)
Specifies whether to return session mappings for users or groups.
|
CreateStudioSessionMappingRequest.Builder |
CreateStudioSessionMappingRequest.Builder.identityType(IdentityType identityType)
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
|
SessionMappingDetail.Builder |
SessionMappingDetail.Builder.identityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
UpdateStudioSessionMappingRequest.Builder |
UpdateStudioSessionMappingRequest.Builder.identityType(IdentityType identityType)
Specifies whether the identity to update is a user or a group.
|
SessionMappingSummary.Builder |
SessionMappingSummary.Builder.identityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
DeleteStudioSessionMappingRequest.Builder |
DeleteStudioSessionMappingRequest.Builder.identityType(IdentityType identityType)
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
|
Copyright © 2023. All rights reserved.