Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
SessionMappingSummary |
SessionMappingSummary.clone() |
SessionMappingSummary |
SessionMappingSummary.withCreationTime(Date creationTime)
The time the session mapping was created.
|
SessionMappingSummary |
SessionMappingSummary.withIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.
|
SessionMappingSummary |
SessionMappingSummary.withIdentityName(String identityName)
The name of the user or group.
|
SessionMappingSummary |
SessionMappingSummary.withIdentityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
SessionMappingSummary |
SessionMappingSummary.withIdentityType(String identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
SessionMappingSummary |
SessionMappingSummary.withSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
|
SessionMappingSummary |
SessionMappingSummary.withStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
Modifier and Type | Method and Description |
---|---|
List<SessionMappingSummary> |
ListStudioSessionMappingsResult.getSessionMappings()
A list of session mapping summary objects.
|
Modifier and Type | Method and Description |
---|---|
ListStudioSessionMappingsResult |
ListStudioSessionMappingsResult.withSessionMappings(SessionMappingSummary... sessionMappings)
A list of session mapping summary objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListStudioSessionMappingsResult.setSessionMappings(Collection<SessionMappingSummary> sessionMappings)
A list of session mapping summary objects.
|
ListStudioSessionMappingsResult |
ListStudioSessionMappingsResult.withSessionMappings(Collection<SessionMappingSummary> sessionMappings)
A list of session mapping summary objects.
|
Copyright © 2023. All rights reserved.