Uses of Class
software.amazon.awssdk.services.finspace.model.FederationMode
-
Packages that use FederationMode Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of FederationMode in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return FederationMode Modifier and Type Method Description FederationModeCreateEnvironmentRequest. federationMode()Authentication mode for the environment.FederationModeEnvironment. federationMode()The authentication mode for the environment.FederationModeUpdateEnvironmentRequest. federationMode()Authentication mode for the environment.static FederationModeFederationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FederationModeFederationMode. 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.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type FederationMode Modifier and Type Method Description static Set<FederationMode>FederationMode. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type FederationMode Modifier and Type Method Description CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. federationMode(FederationMode federationMode)Authentication mode for the environment.Environment.BuilderEnvironment.Builder. federationMode(FederationMode federationMode)The authentication mode for the environment.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. federationMode(FederationMode federationMode)Authentication mode for the environment.
-