Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
Packages that use DeleteIntegrationResponse
-
Uses of DeleteIntegrationResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteIntegrationResponseModifier and TypeMethodDescriptiondefault DeleteIntegrationResponseApiGatewayClient.deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) Represents a delete integration.default DeleteIntegrationResponseApiGatewayClient.deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest) Represents a delete integration.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteIntegrationResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) Represents a delete integration.ApiGatewayAsyncClient.deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest) Represents a delete integration.