Uses of Class
com.amazonaws.services.apigateway.model.DeleteIntegrationResponseRequest
-
Packages that use DeleteIntegrationResponseRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteIntegrationResponseRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteIntegrationResponseRequest Modifier and Type Method Description Future<DeleteIntegrationResponseResult>AbstractAmazonApiGatewayAsync. deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request, AsyncHandler<DeleteIntegrationResponseRequest,DeleteIntegrationResponseResult> asyncHandler)Future<DeleteIntegrationResponseResult>AmazonApiGatewayAsync. deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest, AsyncHandler<DeleteIntegrationResponseRequest,DeleteIntegrationResponseResult> asyncHandler)Represents a delete integration response.Future<DeleteIntegrationResponseResult>AmazonApiGatewayAsyncClient. deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request, AsyncHandler<DeleteIntegrationResponseRequest,DeleteIntegrationResponseResult> asyncHandler) -
Uses of DeleteIntegrationResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteIntegrationResponseRequest Modifier and Type Method Description DeleteIntegrationResponseRequestDeleteIntegrationResponseRequest. clone()DeleteIntegrationResponseRequestDeleteIntegrationResponseRequest. withHttpMethod(String httpMethod)Specifies a delete integration response request's HTTP method.DeleteIntegrationResponseRequestDeleteIntegrationResponseRequest. withResourceId(String resourceId)Specifies a delete integration response request's resource identifier.DeleteIntegrationResponseRequestDeleteIntegrationResponseRequest. withRestApiId(String restApiId)Specifies a delete integration response request's API identifier.DeleteIntegrationResponseRequestDeleteIntegrationResponseRequest. withStatusCode(String statusCode)Specifies a delete integration response request's status code.
-