Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
-
Packages that use DeleteIntegrationResponseRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of DeleteIntegrationResponseRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type DeleteIntegrationResponseRequest Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponseResponse>ApiGatewayAsyncClient. deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)Represents a delete integration response.default DeleteIntegrationResponseResponseApiGatewayClient. deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)Represents a delete integration response. -
Uses of DeleteIntegrationResponseRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type DeleteIntegrationResponseRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIntegrationResponseRequestMarshaller. marshall(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)
-