Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.DeleteIntegrationResponse
-
Packages that use DeleteIntegrationResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of DeleteIntegrationResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return DeleteIntegrationResponse Modifier and Type Method Description default DeleteIntegrationResponseApiGatewayV2Client. deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)Deletes an Integration.default DeleteIntegrationResponseApiGatewayV2Client. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Deletes an Integration.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type DeleteIntegrationResponse Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponse>ApiGatewayV2AsyncClient. deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)Deletes an Integration.default CompletableFuture<DeleteIntegrationResponse>ApiGatewayV2AsyncClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Deletes an Integration.
-