Uses of Class
software.amazon.awssdk.services.healthlake.model.AuthorizationStrategy
-
Packages that use AuthorizationStrategy Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of AuthorizationStrategy in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return AuthorizationStrategy Modifier and Type Method Description AuthorizationStrategyIdentityProviderConfiguration. authorizationStrategy()The authorization strategy that you selected when you created the data store.static AuthorizationStrategyAuthorizationStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthorizationStrategyAuthorizationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationStrategy[]AuthorizationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type AuthorizationStrategy Modifier and Type Method Description static Set<AuthorizationStrategy>AuthorizationStrategy. knownValues()Methods in software.amazon.awssdk.services.healthlake.model with parameters of type AuthorizationStrategy Modifier and Type Method Description IdentityProviderConfiguration.BuilderIdentityProviderConfiguration.Builder. authorizationStrategy(AuthorizationStrategy authorizationStrategy)The authorization strategy that you selected when you created the data store.
-