Uses of Class
com.amazonaws.services.apigateway.model.DeleteMethodResponseRequest
-
Packages that use DeleteMethodResponseRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteMethodResponseRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteMethodResponseRequest Modifier and Type Method Description Future<DeleteMethodResponseResult>AbstractAmazonApiGatewayAsync. deleteMethodResponseAsync(DeleteMethodResponseRequest request, AsyncHandler<DeleteMethodResponseRequest,DeleteMethodResponseResult> asyncHandler)Future<DeleteMethodResponseResult>AmazonApiGatewayAsync. deleteMethodResponseAsync(DeleteMethodResponseRequest deleteMethodResponseRequest, AsyncHandler<DeleteMethodResponseRequest,DeleteMethodResponseResult> asyncHandler)Deletes an existing MethodResponse resource.Future<DeleteMethodResponseResult>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 DeleteMethodResponseRequest Modifier and Type Method Description DeleteMethodResponseRequestDeleteMethodResponseRequest. clone()DeleteMethodResponseRequestDeleteMethodResponseRequest. withHttpMethod(String httpMethod)The HTTP verb identifier for the parent Method resource.DeleteMethodResponseRequestDeleteMethodResponseRequest. withResourceId(String resourceId)The Resource identifier for the MethodResponse resource.DeleteMethodResponseRequestDeleteMethodResponseRequest. withRestApiId(String restApiId)The RestApi identifier for the MethodResponse resource.DeleteMethodResponseRequestDeleteMethodResponseRequest. withStatusCode(String statusCode)The status code identifier for the MethodResponse resource.
-