Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
-
Packages that use UpdateGatewayResponseRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of UpdateGatewayResponseRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UpdateGatewayResponseRequest Modifier and Type Method Description default CompletableFuture<UpdateGatewayResponseResponse>ApiGatewayAsyncClient. updateGatewayResponse(UpdateGatewayResponseRequest updateGatewayResponseRequest)Updates a GatewayResponse of a specified response type on the given RestApi.default UpdateGatewayResponseResponseApiGatewayClient. updateGatewayResponse(UpdateGatewayResponseRequest updateGatewayResponseRequest)Updates a GatewayResponse of a specified response type on the given RestApi. -
Uses of UpdateGatewayResponseRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type UpdateGatewayResponseRequest Modifier and Type Method Description SdkHttpFullRequestUpdateGatewayResponseRequestMarshaller. marshall(UpdateGatewayResponseRequest updateGatewayResponseRequest)
-