Uses of Class
software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
-
Packages that use PutMethodResponseResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of PutMethodResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return PutMethodResponseResponse Modifier and Type Method Description default PutMethodResponseResponseApiGatewayClient. putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest)Adds a MethodResponse to an existing Method resource.default PutMethodResponseResponseApiGatewayClient. putMethodResponse(PutMethodResponseRequest putMethodResponseRequest)Adds a MethodResponse to an existing Method resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type PutMethodResponseResponse Modifier and Type Method Description default CompletableFuture<PutMethodResponseResponse>ApiGatewayAsyncClient. putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest)Adds a MethodResponse to an existing Method resource.default CompletableFuture<PutMethodResponseResponse>ApiGatewayAsyncClient. putMethodResponse(PutMethodResponseRequest putMethodResponseRequest)Adds a MethodResponse to an existing Method resource.
-