Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateIntegrationRequest
-
Packages that use UpdateIntegrationRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of UpdateIntegrationRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type UpdateIntegrationRequest Modifier and Type Method Description default CompletableFuture<UpdateIntegrationResponse>ApiGatewayV2AsyncClient. updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)Updates an Integration.default UpdateIntegrationResponseApiGatewayV2Client. updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)Updates an Integration. -
Uses of UpdateIntegrationRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type UpdateIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateIntegrationRequestMarshaller. marshall(UpdateIntegrationRequest updateIntegrationRequest)
-