Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
-
Packages that use DeleteIntegrationResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteIntegrationResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteIntegrationResponse Modifier and Type Method Description default 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 DeleteIntegrationResponse Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponse>ApiGatewayAsyncClient. deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)Represents a delete integration.default CompletableFuture<DeleteIntegrationResponse>ApiGatewayAsyncClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Represents a delete integration.
-