Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.AuthorizationType
-
Packages that use AuthorizationType Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of AuthorizationType in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return AuthorizationType Modifier and Type Method Description AuthorizationTypeCreateRouteRequest. authorizationType()The authorization type for the route.AuthorizationTypeCreateRouteResponse. authorizationType()The authorization type for the route.AuthorizationTypeGetRouteResponse. authorizationType()The authorization type for the route.AuthorizationTypeRoute. authorizationType()The authorization type for the route.AuthorizationTypeUpdateRouteRequest. authorizationType()The authorization type for the route.AuthorizationTypeUpdateRouteResponse. authorizationType()The authorization type for the route.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.apigatewayv2.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.apigatewayv2.model with parameters of type AuthorizationType Modifier and Type Method Description CreateRouteRequest.BuilderCreateRouteRequest.Builder. authorizationType(AuthorizationType authorizationType)The authorization type for the route.CreateRouteResponse.BuilderCreateRouteResponse.Builder. authorizationType(AuthorizationType authorizationType)The authorization type for the route.GetRouteResponse.BuilderGetRouteResponse.Builder. authorizationType(AuthorizationType authorizationType)The authorization type for the route.Route.BuilderRoute.Builder. authorizationType(AuthorizationType authorizationType)The authorization type for the route.UpdateRouteRequest.BuilderUpdateRouteRequest.Builder. authorizationType(AuthorizationType authorizationType)The authorization type for the route.UpdateRouteResponse.BuilderUpdateRouteResponse.Builder. authorizationType(AuthorizationType authorizationType)The authorization type for the route.
-