Uses of Class
software.amazon.awssdk.services.apigateway.model.PutMethodRequest
-
Packages that use PutMethodRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of PutMethodRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type PutMethodRequest Modifier and Type Method Description default CompletableFuture<PutMethodResponse>ApiGatewayAsyncClient. putMethod(PutMethodRequest putMethodRequest)Add a method to an existing Resource resource.default PutMethodResponseApiGatewayClient. putMethod(PutMethodRequest putMethodRequest)Add a method to an existing Resource resource. -
Uses of PutMethodRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type PutMethodRequest Modifier and Type Method Description SdkHttpFullRequestPutMethodRequestMarshaller. marshall(PutMethodRequest putMethodRequest)
-