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 DeleteIntegrationRequest
DeleteIntegrationRequest. clone()
DeleteIntegrationRequest
DeleteIntegrationRequest. withHttpMethod(String httpMethod)
Specifies a delete integration request's HTTP method.DeleteIntegrationRequest
DeleteIntegrationRequest. withResourceId(String resourceId)
Specifies a delete integration request's resource identifier.DeleteIntegrationRequest
DeleteIntegrationRequest. withRestApiId(String restApiId)
Specifies a delete integration request's API identifier.
-