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 DeleteIntegrationResult
AbstractAmazonApiGateway. deleteIntegration(DeleteIntegrationRequest request)
DeleteIntegrationResult
AmazonApiGateway. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)
Represents a delete integration.DeleteIntegrationResult
AmazonApiGatewayClient. 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 DeleteIntegrationResult
DeleteIntegrationResult. clone()
-