Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.GetPreferencesRequest
-
Packages that use GetPreferencesRequest Package Description software.amazon.awssdk.services.costoptimizationhub You can use the Cost Optimization Hub API to programmatically identify, filter, aggregate, and quantify savings for your cost optimization recommendations across multiple Amazon Web Services Regions and Amazon Web Services accounts in your organization.software.amazon.awssdk.services.costoptimizationhub.transform -
-
Uses of GetPreferencesRequest in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub with parameters of type GetPreferencesRequest Modifier and Type Method Description default CompletableFuture<GetPreferencesResponse>CostOptimizationHubAsyncClient. getPreferences(GetPreferencesRequest getPreferencesRequest)Returns a set of preferences for an account in order to add account-specific preferences into the service.default GetPreferencesResponseCostOptimizationHubClient. getPreferences(GetPreferencesRequest getPreferencesRequest)Returns a set of preferences for an account in order to add account-specific preferences into the service. -
Uses of GetPreferencesRequest in software.amazon.awssdk.services.costoptimizationhub.transform
Methods in software.amazon.awssdk.services.costoptimizationhub.transform with parameters of type GetPreferencesRequest Modifier and Type Method Description SdkHttpFullRequestGetPreferencesRequestMarshaller. marshall(GetPreferencesRequest getPreferencesRequest)
-