Uses of Class
com.amazonaws.services.apigateway.model.DeleteIntegrationResult
-
Packages that use DeleteIntegrationResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteIntegrationResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return DeleteIntegrationResult Modifier and Type Method Description DeleteIntegrationResultAbstractAmazonApiGateway. deleteIntegration(DeleteIntegrationRequest request)DeleteIntegrationResultAmazonApiGateway. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Represents a delete integration.DeleteIntegrationResultAmazonApiGatewayClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Represents a delete integration.Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteIntegrationResult Modifier and Type Method Description Future<DeleteIntegrationResult>AbstractAmazonApiGatewayAsync. deleteIntegrationAsync(DeleteIntegrationRequest request, AsyncHandler<DeleteIntegrationRequest,DeleteIntegrationResult> asyncHandler)Future<DeleteIntegrationResult>AmazonApiGatewayAsync. deleteIntegrationAsync(DeleteIntegrationRequest deleteIntegrationRequest, AsyncHandler<DeleteIntegrationRequest,DeleteIntegrationResult> asyncHandler)Represents a delete integration.Future<DeleteIntegrationResult>AmazonApiGatewayAsyncClient. deleteIntegrationAsync(DeleteIntegrationRequest request, AsyncHandler<DeleteIntegrationRequest,DeleteIntegrationResult> asyncHandler) -
Uses of DeleteIntegrationResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteIntegrationResult Modifier and Type Method Description DeleteIntegrationResultDeleteIntegrationResult. clone()
-