Uses of Class
com.amazonaws.services.apigateway.model.DeleteMethodResponseRequest
Packages that use DeleteMethodResponseRequest
-
Uses of DeleteMethodResponseRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type DeleteMethodResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.deleteMethodResponse(DeleteMethodResponseRequest request) AmazonApiGateway.deleteMethodResponse(DeleteMethodResponseRequest deleteMethodResponseRequest) Deletes an existing MethodResponse resource.AmazonApiGatewayClient.deleteMethodResponse(DeleteMethodResponseRequest deleteMethodResponseRequest) Deletes an existing MethodResponse resource.AbstractAmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest request) AbstractAmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest request, AsyncHandler<DeleteMethodResponseRequest, DeleteMethodResponseResult> asyncHandler) AmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest deleteMethodResponseRequest) Deletes an existing MethodResponse resource.AmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest deleteMethodResponseRequest, AsyncHandler<DeleteMethodResponseRequest, DeleteMethodResponseResult> asyncHandler) Deletes an existing MethodResponse resource.AmazonApiGatewayAsyncClient.deleteMethodResponseAsync(DeleteMethodResponseRequest request) AmazonApiGatewayAsyncClient.deleteMethodResponseAsync(DeleteMethodResponseRequest request, AsyncHandler<DeleteMethodResponseRequest, DeleteMethodResponseResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteMethodResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest request, AsyncHandler<DeleteMethodResponseRequest, DeleteMethodResponseResult> asyncHandler) AmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest deleteMethodResponseRequest, AsyncHandler<DeleteMethodResponseRequest, DeleteMethodResponseResult> asyncHandler) Deletes an existing MethodResponse resource.AmazonApiGatewayAsyncClient.deleteMethodResponseAsync(DeleteMethodResponseRequest request, AsyncHandler<DeleteMethodResponseRequest, DeleteMethodResponseResult> asyncHandler) -
Uses of DeleteMethodResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteMethodResponseRequestModifier and TypeMethodDescriptionDeleteMethodResponseRequest.clone()DeleteMethodResponseRequest.withHttpMethod(String httpMethod) The HTTP verb identifier for the parent Method resource.DeleteMethodResponseRequest.withResourceId(String resourceId) The Resource identifier for the MethodResponse resource.DeleteMethodResponseRequest.withRestApiId(String restApiId) The RestApi identifier for the MethodResponse resource.DeleteMethodResponseRequest.withStatusCode(String statusCode) The status code identifier for the MethodResponse resource.