Uses of Class
software.amazon.awssdk.services.emr.model.IdentityType
-
Packages that use IdentityType Package Description software.amazon.awssdk.services.emr.model -
-
Uses of IdentityType in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return IdentityType Modifier and Type Method Description static IdentityTypeIdentityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IdentityTypeCreateStudioSessionMappingRequest. identityType()Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.IdentityTypeDeleteStudioSessionMappingRequest. identityType()Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.IdentityTypeGetStudioSessionMappingRequest. identityType()Specifies whether the identity to fetch is a user or a group.IdentityTypeListStudioSessionMappingsRequest. identityType()Specifies whether to return session mappings for users or groups.IdentityTypeSessionMappingDetail. identityType()Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.IdentityTypeSessionMappingSummary. identityType()Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.IdentityTypeUpdateStudioSessionMappingRequest. identityType()Specifies whether the identity to update is a user or a group.static IdentityTypeIdentityType. 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.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type IdentityType Modifier and Type Method Description static Set<IdentityType>IdentityType. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type IdentityType Modifier and Type Method Description CreateStudioSessionMappingRequest.BuilderCreateStudioSessionMappingRequest.Builder. identityType(IdentityType identityType)Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.DeleteStudioSessionMappingRequest.BuilderDeleteStudioSessionMappingRequest.Builder. identityType(IdentityType identityType)Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.GetStudioSessionMappingRequest.BuilderGetStudioSessionMappingRequest.Builder. identityType(IdentityType identityType)Specifies whether the identity to fetch is a user or a group.ListStudioSessionMappingsRequest.BuilderListStudioSessionMappingsRequest.Builder. identityType(IdentityType identityType)Specifies whether to return session mappings for users or groups.SessionMappingDetail.BuilderSessionMappingDetail.Builder. identityType(IdentityType identityType)Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.SessionMappingSummary.BuilderSessionMappingSummary.Builder. identityType(IdentityType identityType)Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.UpdateStudioSessionMappingRequest.BuilderUpdateStudioSessionMappingRequest.Builder. identityType(IdentityType identityType)Specifies whether the identity to update is a user or a group.
-