Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
Packages that use UpdateIntegrationResponseResponse
-
Uses of UpdateIntegrationResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateIntegrationResponseResponseModifier and TypeMethodDescriptionApiGatewayClient.updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest) Represents an update integration response.ApiGatewayClient.updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest) Represents an update integration response.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateIntegrationResponseResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest) Represents an update integration response.ApiGatewayAsyncClient.updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest) Represents an update integration response.