Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
static AuthMode |
AuthMode.fromValue(String value)
Use this in place of valueOf.
|
static AuthMode |
AuthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthMode[] |
AuthMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StudioSummary |
StudioSummary.withAuthMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
Studio |
Studio.withAuthMode(AuthMode authMode)
Specifies whether the Amazon EMR Studio authenticates users with IAM or IAM Identity Center.
|
CreateStudioRequest |
CreateStudioRequest.withAuthMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
Copyright © 2024. All rights reserved.