Uses of Class
software.amazon.awssdk.services.ecs.model.Setting
-
Packages that use Setting Package Description software.amazon.awssdk.services.ecs.model software.amazon.awssdk.services.ecs.paginators -
-
Uses of Setting in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Setting Modifier and Type Method Description SettingDeleteAccountSettingResponse. setting()The account setting for the specified principal ARN.SettingPutAccountSettingDefaultResponse. setting()The current setting for a resource.SettingPutAccountSettingResponse. setting()The current account setting for a resource.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Setting Modifier and Type Method Description List<Setting>ListAccountSettingsResponse. settings()The account settings for the resource.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Setting Modifier and Type Method Description DeleteAccountSettingResponse.BuilderDeleteAccountSettingResponse.Builder. setting(Setting setting)The account setting for the specified principal ARN.PutAccountSettingDefaultResponse.BuilderPutAccountSettingDefaultResponse.Builder. setting(Setting setting)The current setting for a resource.PutAccountSettingResponse.BuilderPutAccountSettingResponse.Builder. setting(Setting setting)The current account setting for a resource.ListAccountSettingsResponse.BuilderListAccountSettingsResponse.Builder. settings(Setting... settings)The account settings for the resource.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Setting Modifier and Type Method Description ListAccountSettingsResponse.BuilderListAccountSettingsResponse.Builder. settings(Collection<Setting> settings)The account settings for the resource. -
Uses of Setting in software.amazon.awssdk.services.ecs.paginators
Methods in software.amazon.awssdk.services.ecs.paginators that return types with arguments of type Setting Modifier and Type Method Description SdkIterable<Setting>ListAccountSettingsIterable. settings()Returns an iterable to iterate through the paginatedListAccountSettingsResponse.settings()member.SdkPublisher<Setting>ListAccountSettingsPublisher. settings()Returns a publisher that can be used to get a stream of data.
-