Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
-
Packages that use DeleteIntegrationResponseResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteIntegrationResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteIntegrationResponseResponse Modifier and Type Method Description default DeleteIntegrationResponseResponseApiGatewayClient. deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest)Represents a delete integration response.default DeleteIntegrationResponseResponseApiGatewayClient. deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)Represents a delete integration response.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteIntegrationResponseResponse Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponseResponse>ApiGatewayAsyncClient. deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest)Represents a delete integration response.default CompletableFuture<DeleteIntegrationResponseResponse>ApiGatewayAsyncClient. deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)Represents a delete integration response.
-