Uses of Class
com.amazonaws.services.apigateway.model.DeleteIntegrationRequest
-
Packages that use DeleteIntegrationRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteIntegrationRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteIntegrationRequest 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 DeleteIntegrationRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteIntegrationRequest Modifier and Type Method Description DeleteIntegrationRequestDeleteIntegrationRequest. clone()DeleteIntegrationRequestDeleteIntegrationRequest. withHttpMethod(String httpMethod)Specifies a delete integration request's HTTP method.DeleteIntegrationRequestDeleteIntegrationRequest. withResourceId(String resourceId)Specifies a delete integration request's resource identifier.DeleteIntegrationRequestDeleteIntegrationRequest. withRestApiId(String restApiId)Specifies a delete integration request's API identifier.
-