Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.Scope
-
Packages that use Scope Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of Scope in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return Scope Modifier and Type Method Description ScopeDeleteRecommendationPreferencesRequest. scope()An object that describes the scope of the recommendation preference to delete.ScopeGetRecommendationPreferencesRequest. scope()An object that describes the scope of the recommendation preference to return.ScopePutRecommendationPreferencesRequest. scope()An object that describes the scope of the recommendation preference to create.ScopeRecommendationPreferencesDetail. scope()An object that describes the scope of the recommendation preference.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type Scope Modifier and Type Method Description DeleteRecommendationPreferencesRequest.BuilderDeleteRecommendationPreferencesRequest.Builder. scope(Scope scope)An object that describes the scope of the recommendation preference to delete.GetRecommendationPreferencesRequest.BuilderGetRecommendationPreferencesRequest.Builder. scope(Scope scope)An object that describes the scope of the recommendation preference to return.PutRecommendationPreferencesRequest.BuilderPutRecommendationPreferencesRequest.Builder. scope(Scope scope)An object that describes the scope of the recommendation preference to create.RecommendationPreferencesDetail.BuilderRecommendationPreferencesDetail.Builder. scope(Scope scope)An object that describes the scope of the recommendation preference.
-