Uses of Class
software.amazon.awssdk.services.resourcegroups.model.AccountSettings
-
Packages that use AccountSettings Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of AccountSettings in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return AccountSettings Modifier and Type Method Description AccountSettingsGetAccountSettingsResponse. accountSettings()The current settings for the optional features in Resource Groups.AccountSettingsUpdateAccountSettingsResponse. accountSettings()A structure that displays the status of the optional features in the account.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type AccountSettings Modifier and Type Method Description GetAccountSettingsResponse.BuilderGetAccountSettingsResponse.Builder. accountSettings(AccountSettings accountSettings)The current settings for the optional features in Resource Groups.UpdateAccountSettingsResponse.BuilderUpdateAccountSettingsResponse.Builder. accountSettings(AccountSettings accountSettings)A structure that displays the status of the optional features in the account.
-