Uses of Class
com.amazonaws.services.apigateway.model.DeleteMethodResult
Packages that use DeleteMethodResult
-
Uses of DeleteMethodResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return DeleteMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.deleteMethod
(DeleteMethodRequest request) AmazonApiGateway.deleteMethod
(DeleteMethodRequest deleteMethodRequest) Deletes an existing Method resource.AmazonApiGatewayClient.deleteMethod
(DeleteMethodRequest deleteMethodRequest) Deletes an existing Method resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type DeleteMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.deleteMethodAsync
(DeleteMethodRequest request) AbstractAmazonApiGatewayAsync.deleteMethodAsync
(DeleteMethodRequest request, AsyncHandler<DeleteMethodRequest, DeleteMethodResult> asyncHandler) AmazonApiGatewayAsync.deleteMethodAsync
(DeleteMethodRequest deleteMethodRequest) Deletes an existing Method resource.AmazonApiGatewayAsync.deleteMethodAsync
(DeleteMethodRequest deleteMethodRequest, AsyncHandler<DeleteMethodRequest, DeleteMethodResult> asyncHandler) Deletes an existing Method resource.AmazonApiGatewayAsyncClient.deleteMethodAsync
(DeleteMethodRequest request) AmazonApiGatewayAsyncClient.deleteMethodAsync
(DeleteMethodRequest request, AsyncHandler<DeleteMethodRequest, DeleteMethodResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.deleteMethodAsync
(DeleteMethodRequest request, AsyncHandler<DeleteMethodRequest, DeleteMethodResult> asyncHandler) AmazonApiGatewayAsync.deleteMethodAsync
(DeleteMethodRequest deleteMethodRequest, AsyncHandler<DeleteMethodRequest, DeleteMethodResult> asyncHandler) Deletes an existing Method resource.AmazonApiGatewayAsyncClient.deleteMethodAsync
(DeleteMethodRequest request, AsyncHandler<DeleteMethodRequest, DeleteMethodResult> asyncHandler) -
Uses of DeleteMethodResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteMethodResult