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