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