| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static FederationMode |
FederationMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withFederationMode(FederationMode federationMode)
Authentication mode for the environment.
|
Environment |
Environment.withFederationMode(FederationMode federationMode)
The authentication mode for the environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withFederationMode(FederationMode federationMode)
Authentication mode for the environment.
|
Copyright © 2022. All rights reserved.