in AWS ApiGateway, after using the JAVA api to deploy a new stage, how can I enable the CloudWatch Settings with Java API rather than through aws console?
For the create-stage, I can get the CloudWatch settings in the MethodSetting
under the CreateStage
output, but I cannot set the settings when I create the stage or create deployment.