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