Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.DeleteRouteResponseRequest
-
Packages that use DeleteRouteResponseRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of DeleteRouteResponseRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type DeleteRouteResponseRequest Modifier and Type Method Description default CompletableFuture<DeleteRouteResponseResponse>ApiGatewayV2AsyncClient. deleteRouteResponse(DeleteRouteResponseRequest deleteRouteResponseRequest)Deletes a RouteResponse.default DeleteRouteResponseResponseApiGatewayV2Client. deleteRouteResponse(DeleteRouteResponseRequest deleteRouteResponseRequest)Deletes a RouteResponse. -
Uses of DeleteRouteResponseRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type DeleteRouteResponseRequest Modifier and Type Method Description SdkHttpFullRequestDeleteRouteResponseRequestMarshaller. marshall(DeleteRouteResponseRequest deleteRouteResponseRequest)
-