| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
FederationMode |
Environment.federationMode()
The authentication mode for the environment.
|
FederationMode |
UpdateEnvironmentRequest.federationMode()
Authentication mode for the environment.
|
FederationMode |
CreateEnvironmentRequest.federationMode()
Authentication mode for the environment.
|
static FederationMode |
FederationMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FederationMode |
FederationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FederationMode[] |
FederationMode.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<FederationMode> |
FederationMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Environment.Builder |
Environment.Builder.federationMode(FederationMode federationMode)
The authentication mode for the environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.federationMode(FederationMode federationMode)
Authentication mode for the environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.federationMode(FederationMode federationMode)
Authentication mode for the environment.
|
Copyright © 2022. All rights reserved.