Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GetAccountSettingsResponse
-
Packages that use GetAccountSettingsResponse Package Description software.amazon.awssdk.services.resourcegroups Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags. -
-
Uses of GetAccountSettingsResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return GetAccountSettingsResponse Modifier and Type Method Description default GetAccountSettingsResponseResourceGroupsClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Retrieves the current status of optional features in Resource Groups.default GetAccountSettingsResponseResourceGroupsClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Retrieves the current status of optional features in Resource Groups.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type GetAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<GetAccountSettingsResponse>ResourceGroupsAsyncClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Retrieves the current status of optional features in Resource Groups.default CompletableFuture<GetAccountSettingsResponse>ResourceGroupsAsyncClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Retrieves the current status of optional features in Resource Groups.
-