Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.GetRoutesResponse.Builder
-
Packages that use GetRoutesResponse.Builder Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of GetRoutesResponse.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return GetRoutesResponse.Builder Modifier and Type Method Description static GetRoutesResponse.BuilderGetRoutesResponse. builder()GetRoutesResponse.BuilderGetRoutesResponse.Builder. items(Collection<Route> items)The elements from this collection.GetRoutesResponse.BuilderGetRoutesResponse.Builder. items(Consumer<Route.Builder>... items)The elements from this collection.GetRoutesResponse.BuilderGetRoutesResponse.Builder. items(Route... items)The elements from this collection.GetRoutesResponse.BuilderGetRoutesResponse.Builder. nextToken(String nextToken)The next page of elements from this collection.GetRoutesResponse.BuilderGetRoutesResponse. toBuilder()Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type GetRoutesResponse.Builder Modifier and Type Method Description static Class<? extends GetRoutesResponse.Builder>GetRoutesResponse. serializableBuilderClass()
-