Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
Packages that use DeleteMethodResponse
-
Uses of DeleteMethodResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteMethodResponseModifier and TypeMethodDescriptiondefault 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 DeleteMethodResponseModifier and TypeMethodDescriptiondefault 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.