Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.RouteResponse
-
Packages that use RouteResponse Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of RouteResponse in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type RouteResponse Modifier and Type Method Description List<RouteResponse>GetRouteResponsesResponse. items()The elements from this collection.Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type RouteResponse Modifier and Type Method Description GetRouteResponsesResponse.BuilderGetRouteResponsesResponse.Builder. items(RouteResponse... items)The elements from this collection.Method parameters in software.amazon.awssdk.services.apigatewayv2.model with type arguments of type RouteResponse Modifier and Type Method Description GetRouteResponsesResponse.BuilderGetRouteResponsesResponse.Builder. items(Collection<RouteResponse> items)The elements from this collection.
-