Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateIntegrationResponse
-
Packages that use UpdateIntegrationResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of UpdateIntegrationResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return UpdateIntegrationResponse Modifier and Type Method Description default UpdateIntegrationResponseApiGatewayV2Client. updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest)Updates an Integration.default UpdateIntegrationResponseApiGatewayV2Client. updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)Updates an Integration.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type UpdateIntegrationResponse Modifier and Type Method Description default CompletableFuture<UpdateIntegrationResponse>ApiGatewayV2AsyncClient. updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest)Updates an Integration.default CompletableFuture<UpdateIntegrationResponse>ApiGatewayV2AsyncClient. updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)Updates an Integration.
-