Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.GetRouteResponseRequest.Builder
-
Packages that use GetRouteResponseRequest.Builder Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of GetRouteResponseRequest.Builder in software.amazon.awssdk.services.apigatewayv2
Method parameters in software.amazon.awssdk.services.apigatewayv2 with type arguments of type GetRouteResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<GetRouteResponseResponse>ApiGatewayV2AsyncClient. getRouteResponse(Consumer<GetRouteResponseRequest.Builder> getRouteResponseRequest)Gets a RouteResponse.default GetRouteResponseResponseApiGatewayV2Client. getRouteResponse(Consumer<GetRouteResponseRequest.Builder> getRouteResponseRequest)Gets a RouteResponse. -
Uses of GetRouteResponseRequest.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return GetRouteResponseRequest.Builder Modifier and Type Method Description GetRouteResponseRequest.BuilderGetRouteResponseRequest.Builder. apiId(String apiId)The API identifier.static GetRouteResponseRequest.BuilderGetRouteResponseRequest. builder()GetRouteResponseRequest.BuilderGetRouteResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRouteResponseRequest.BuilderGetRouteResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRouteResponseRequest.BuilderGetRouteResponseRequest.Builder. routeId(String routeId)The route ID.GetRouteResponseRequest.BuilderGetRouteResponseRequest.Builder. routeResponseId(String routeResponseId)The route response ID.GetRouteResponseRequest.BuilderGetRouteResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type GetRouteResponseRequest.Builder Modifier and Type Method Description static Class<? extends GetRouteResponseRequest.Builder>GetRouteResponseRequest. serializableBuilderClass()
-