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 DeleteMethodResponseRequest
DeleteMethodResponseRequest. clone()
DeleteMethodResponseRequest
DeleteMethodResponseRequest. withHttpMethod(String httpMethod)
The HTTP verb identifier for the parent Method resource.DeleteMethodResponseRequest
DeleteMethodResponseRequest. withResourceId(String resourceId)
The Resource identifier for the MethodResponse resource.DeleteMethodResponseRequest
DeleteMethodResponseRequest. withRestApiId(String restApiId)
The RestApi identifier for the MethodResponse resource.DeleteMethodResponseRequest
DeleteMethodResponseRequest. withStatusCode(String statusCode)
The status code identifier for the MethodResponse resource.
-