Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
Packages that use DeleteIntegrationResponseResponse
-
Uses of DeleteIntegrationResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteIntegrationResponseResponseModifier and TypeMethodDescriptionApiGatewayClient.deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest) Represents a delete integration response.ApiGatewayClient.deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest) Represents a delete integration response.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteIntegrationResponseResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest) Represents a delete integration response.ApiGatewayAsyncClient.deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest) Represents a delete integration response.