Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
-
Packages that use DeleteMethodResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteMethodResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteMethodResponse Modifier and Type Method Description default DeleteMethodResponseApiGatewayClient. deleteMethod(Consumer<DeleteMethodRequest.Builder> deleteMethodRequest)Deletes an existing Method resource.default DeleteMethodResponseApiGatewayClient. deleteMethod(DeleteMethodRequest deleteMethodRequest)Deletes an existing Method resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteMethodResponse Modifier and Type Method Description default CompletableFuture<DeleteMethodResponse>ApiGatewayAsyncClient. deleteMethod(Consumer<DeleteMethodRequest.Builder> deleteMethodRequest)Deletes an existing Method resource.default CompletableFuture<DeleteMethodResponse>ApiGatewayAsyncClient. deleteMethod(DeleteMethodRequest deleteMethodRequest)Deletes an existing Method resource.
-