Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.DeleteIntegrationResponseResponse
-
Packages that use DeleteIntegrationResponseResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of DeleteIntegrationResponseResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return DeleteIntegrationResponseResponse Modifier and Type Method Description default DeleteIntegrationResponseResponseApiGatewayV2Client. deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest)Deletes an IntegrationResponses.default DeleteIntegrationResponseResponseApiGatewayV2Client. deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)Deletes an IntegrationResponses.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type DeleteIntegrationResponseResponse Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponseResponse>ApiGatewayV2AsyncClient. deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest)Deletes an IntegrationResponses.default CompletableFuture<DeleteIntegrationResponseResponse>ApiGatewayV2AsyncClient. deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)Deletes an IntegrationResponses.
-