Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
SessionMappingDetail |
SessionMappingDetail.clone() |
SessionMappingDetail |
GetStudioSessionMappingResult.getSessionMapping()
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and
creation time.
|
SessionMappingDetail |
SessionMappingDetail.withCreationTime(Date creationTime)
The time the session mapping was created.
|
SessionMappingDetail |
SessionMappingDetail.withIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group.
|
SessionMappingDetail |
SessionMappingDetail.withIdentityName(String identityName)
The name of the user or group.
|
SessionMappingDetail |
SessionMappingDetail.withIdentityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
SessionMappingDetail |
SessionMappingDetail.withIdentityType(String identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
SessionMappingDetail |
SessionMappingDetail.withLastModifiedTime(Date lastModifiedTime)
The time the session mapping was last modified.
|
SessionMappingDetail |
SessionMappingDetail.withSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
|
SessionMappingDetail |
SessionMappingDetail.withStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
Modifier and Type | Method and Description |
---|---|
void |
GetStudioSessionMappingResult.setSessionMapping(SessionMappingDetail sessionMapping)
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and
creation time.
|
GetStudioSessionMappingResult |
GetStudioSessionMappingResult.withSessionMapping(SessionMappingDetail sessionMapping)
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and
creation time.
|
Copyright © 2023. All rights reserved.