Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Packages that use UpdateIntegrationResponse
-
Uses of UpdateIntegrationResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateIntegrationResponseModifier and TypeMethodDescriptiondefault 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 UpdateIntegrationResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest) Represents an update integration.ApiGatewayAsyncClient.updateIntegration(UpdateIntegrationRequest updateIntegrationRequest) Represents an update integration.