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