Uses of Class
software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
Packages that use PutMethodResponseResponse
-
Uses of PutMethodResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return PutMethodResponseResponseModifier and TypeMethodDescriptiondefault 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 PutMethodResponseResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest) Adds a MethodResponse to an existing Method resource.ApiGatewayAsyncClient.putMethodResponse(PutMethodResponseRequest putMethodResponseRequest) Adds a MethodResponse to an existing Method resource.