Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
-
Packages that use UpdateIntegrationResponseResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateIntegrationResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateIntegrationResponseResponse Modifier and Type Method Description default UpdateIntegrationResponseResponseApiGatewayClient. updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest)Represents an update integration response.default UpdateIntegrationResponseResponseApiGatewayClient. updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)Represents an update integration response.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateIntegrationResponseResponse Modifier and Type Method Description default CompletableFuture<UpdateIntegrationResponseResponse>ApiGatewayAsyncClient. updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest)Represents an update integration response.default CompletableFuture<UpdateIntegrationResponseResponse>ApiGatewayAsyncClient. updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)Represents an update integration response.
-