Uses of Class
com.amazonaws.services.apigateway.model.DeleteMethodResponseResult
-
Packages that use DeleteMethodResponseResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteMethodResponseResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return DeleteMethodResponseResult Modifier and Type Method Description DeleteMethodResponseResult
AbstractAmazonApiGateway. deleteMethodResponse(DeleteMethodResponseRequest request)
DeleteMethodResponseResult
AmazonApiGateway. deleteMethodResponse(DeleteMethodResponseRequest deleteMethodResponseRequest)
Deletes an existing MethodResponse resource.DeleteMethodResponseResult
AmazonApiGatewayClient. deleteMethodResponse(DeleteMethodResponseRequest deleteMethodResponseRequest)
Deletes an existing MethodResponse resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteMethodResponseResult 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 DeleteMethodResponseResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteMethodResponseResult Modifier and Type Method Description DeleteMethodResponseResult
DeleteMethodResponseResult. clone()
-