Uses of Class
com.amazonaws.services.apigateway.model.DeleteIntegrationResponseRequest
Packages that use DeleteIntegrationResponseRequest
-
Uses of DeleteIntegrationResponseRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type DeleteIntegrationResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.deleteIntegrationResponse(DeleteIntegrationResponseRequest request) AmazonApiGateway.deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest) Represents a delete integration response.AmazonApiGatewayClient.deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest) Represents a delete integration response.AbstractAmazonApiGatewayAsync.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request) AbstractAmazonApiGatewayAsync.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request, AsyncHandler<DeleteIntegrationResponseRequest, DeleteIntegrationResponseResult> asyncHandler) AmazonApiGatewayAsync.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest) Represents a delete integration response.AmazonApiGatewayAsync.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest, AsyncHandler<DeleteIntegrationResponseRequest, DeleteIntegrationResponseResult> asyncHandler) Represents a delete integration response.AmazonApiGatewayAsyncClient.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request) AmazonApiGatewayAsyncClient.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request, AsyncHandler<DeleteIntegrationResponseRequest, DeleteIntegrationResponseResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteIntegrationResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request, AsyncHandler<DeleteIntegrationResponseRequest, DeleteIntegrationResponseResult> asyncHandler) AmazonApiGatewayAsync.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest, AsyncHandler<DeleteIntegrationResponseRequest, DeleteIntegrationResponseResult> asyncHandler) Represents a delete integration response.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 DeleteIntegrationResponseRequestModifier and TypeMethodDescriptionDeleteIntegrationResponseRequest.clone()DeleteIntegrationResponseRequest.withHttpMethod(String httpMethod) Specifies a delete integration response request's HTTP method.DeleteIntegrationResponseRequest.withResourceId(String resourceId) Specifies a delete integration response request's resource identifier.DeleteIntegrationResponseRequest.withRestApiId(String restApiId) Specifies a delete integration response request's API identifier.DeleteIntegrationResponseRequest.withStatusCode(String statusCode) Specifies a delete integration response request's status code.