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