Uses of Enum
software.amazon.awssdk.services.apigateway.model.AuthorizerType
Packages that use AuthorizerType
-
Uses of AuthorizerType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return AuthorizerTypeModifier and TypeMethodDescriptionstatic AuthorizerTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AuthorizerTypeAuthorizer.type()The authorizer type.final AuthorizerTypeCreateAuthorizerRequest.type()The authorizer type.final AuthorizerTypeCreateAuthorizerResponse.type()The authorizer type.final AuthorizerTypeGetAuthorizerResponse.type()The authorizer type.final AuthorizerTypeUpdateAuthorizerResponse.type()The authorizer type.static AuthorizerTypeReturns the enum constant of this type with the specified name.static AuthorizerType[]AuthorizerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type AuthorizerTypeMethods in software.amazon.awssdk.services.apigateway.model with parameters of type AuthorizerTypeModifier and TypeMethodDescriptionAuthorizer.Builder.type(AuthorizerType type) The authorizer type.CreateAuthorizerRequest.Builder.type(AuthorizerType type) The authorizer type.CreateAuthorizerResponse.Builder.type(AuthorizerType type) The authorizer type.GetAuthorizerResponse.Builder.type(AuthorizerType type) The authorizer type.UpdateAuthorizerResponse.Builder.type(AuthorizerType type) The authorizer type.