Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateIntegrationResponseResponse
-
Packages that use UpdateIntegrationResponseResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of UpdateIntegrationResponseResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return UpdateIntegrationResponseResponse Modifier and Type Method Description default UpdateIntegrationResponseResponseApiGatewayV2Client. updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest)Updates an IntegrationResponses.default UpdateIntegrationResponseResponseApiGatewayV2Client. updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)Updates an IntegrationResponses.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type UpdateIntegrationResponseResponse Modifier and Type Method Description default CompletableFuture<UpdateIntegrationResponseResponse>ApiGatewayV2AsyncClient. updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest)Updates an IntegrationResponses.default CompletableFuture<UpdateIntegrationResponseResponse>ApiGatewayV2AsyncClient. updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)Updates an IntegrationResponses.
-