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