Uses of Class
software.amazon.awssdk.services.apigateway.model.MethodSetting
-
Packages that use MethodSetting Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of MethodSetting in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type MethodSetting Modifier and Type Method Description Map<String,MethodSetting>CreateStageResponse. methodSettings()A map that defines the method settings for a Stage resource.Map<String,MethodSetting>GetStageResponse. methodSettings()A map that defines the method settings for a Stage resource.Map<String,MethodSetting>Stage. methodSettings()A map that defines the method settings for a Stage resource.Map<String,MethodSetting>UpdateStageResponse. methodSettings()A map that defines the method settings for a Stage resource.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type MethodSetting Modifier and Type Method Description CreateStageResponse.BuilderCreateStageResponse.Builder. methodSettings(Map<String,MethodSetting> methodSettings)A map that defines the method settings for a Stage resource.GetStageResponse.BuilderGetStageResponse.Builder. methodSettings(Map<String,MethodSetting> methodSettings)A map that defines the method settings for a Stage resource.Stage.BuilderStage.Builder. methodSettings(Map<String,MethodSetting> methodSettings)A map that defines the method settings for a Stage resource.UpdateStageResponse.BuilderUpdateStageResponse.Builder. methodSettings(Map<String,MethodSetting> methodSettings)A map that defines the method settings for a Stage resource.
-