Uses of Class
software.amazon.awssdk.services.appsync.model.AuthorizationType
-
Packages that use AuthorizationType Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of AuthorizationType in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return AuthorizationType Modifier and Type Method Description AuthorizationTypeAuthorizationConfig. authorizationType()The authorization type that the HTTP endpoint requires.static AuthorizationTypeAuthorizationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthorizationTypeAuthorizationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationType[]AuthorizationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type AuthorizationType Modifier and Type Method Description static Set<AuthorizationType>AuthorizationType. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type AuthorizationType Modifier and Type Method Description AuthorizationConfig.BuilderAuthorizationConfig.Builder. authorizationType(AuthorizationType authorizationType)The authorization type that the HTTP endpoint requires.
-