Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
-
Packages that use UpdateIntegrationRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of UpdateIntegrationRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UpdateIntegrationRequest Modifier and Type Method Description default CompletableFuture<UpdateIntegrationResponse>ApiGatewayAsyncClient. updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)Represents an update integration.default UpdateIntegrationResponseApiGatewayClient. updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)Represents an update integration. -
Uses of UpdateIntegrationRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type UpdateIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateIntegrationRequestMarshaller. marshall(UpdateIntegrationRequest updateIntegrationRequest)
-