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