| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
AuthMode |
CreateStudioRequest.authMode()
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
|
AuthMode |
StudioSummary.authMode()
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
|
AuthMode |
Studio.authMode()
Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.
|
static AuthMode |
AuthMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AuthMode> |
AuthMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateStudioRequest.Builder |
CreateStudioRequest.Builder.authMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
|
StudioSummary.Builder |
StudioSummary.Builder.authMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
|
Studio.Builder |
Studio.Builder.authMode(AuthMode authMode)
Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.
|
Copyright © 2022. All rights reserved.