Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.AuthorizerType
-
Packages that use AuthorizerType Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of AuthorizerType in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return AuthorizerType Modifier and Type Method Description AuthorizerTypeAuthorizer. authorizerType()The authorizer type.AuthorizerTypeCreateAuthorizerRequest. authorizerType()The authorizer type.AuthorizerTypeCreateAuthorizerResponse. authorizerType()The authorizer type.AuthorizerTypeGetAuthorizerResponse. authorizerType()The authorizer type.AuthorizerTypeUpdateAuthorizerRequest. authorizerType()The authorizer type.AuthorizerTypeUpdateAuthorizerResponse. authorizerType()The authorizer type.static AuthorizerTypeAuthorizerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthorizerTypeAuthorizerType. valueOf(String name)Returns 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.apigatewayv2.model that return types with arguments of type AuthorizerType Modifier and Type Method Description static Set<AuthorizerType>AuthorizerType. knownValues()Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type AuthorizerType Modifier and Type Method Description Authorizer.BuilderAuthorizer.Builder. authorizerType(AuthorizerType authorizerType)The authorizer type.CreateAuthorizerRequest.BuilderCreateAuthorizerRequest.Builder. authorizerType(AuthorizerType authorizerType)The authorizer type.CreateAuthorizerResponse.BuilderCreateAuthorizerResponse.Builder. authorizerType(AuthorizerType authorizerType)The authorizer type.GetAuthorizerResponse.BuilderGetAuthorizerResponse.Builder. authorizerType(AuthorizerType authorizerType)The authorizer type.UpdateAuthorizerRequest.BuilderUpdateAuthorizerRequest.Builder. authorizerType(AuthorizerType authorizerType)The authorizer type.UpdateAuthorizerResponse.BuilderUpdateAuthorizerResponse.Builder. authorizerType(AuthorizerType authorizerType)The authorizer type.
-