| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.clone() |
Scope |
RecommendationPreferencesDetail.getScope()
An object that describes the scope of the recommendation preference.
|
Scope |
GetRecommendationPreferencesRequest.getScope()
An object that describes the scope of the recommendation preference to return.
|
Scope |
PutRecommendationPreferencesRequest.getScope()
An object that describes the scope of the recommendation preference to create.
|
Scope |
DeleteRecommendationPreferencesRequest.getScope()
An object that describes the scope of the recommendation preference to delete.
|
Scope |
Scope.withName(ScopeName name)
The name of the scope.
|
Scope |
Scope.withName(String name)
The name of the scope.
|
Scope |
Scope.withValue(String value)
The value of the scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationPreferencesDetail.setScope(Scope scope)
An object that describes the scope of the recommendation preference.
|
void |
GetRecommendationPreferencesRequest.setScope(Scope scope)
An object that describes the scope of the recommendation preference to return.
|
void |
PutRecommendationPreferencesRequest.setScope(Scope scope)
An object that describes the scope of the recommendation preference to create.
|
void |
DeleteRecommendationPreferencesRequest.setScope(Scope scope)
An object that describes the scope of the recommendation preference to delete.
|
RecommendationPreferencesDetail |
RecommendationPreferencesDetail.withScope(Scope scope)
An object that describes the scope of the recommendation preference.
|
GetRecommendationPreferencesRequest |
GetRecommendationPreferencesRequest.withScope(Scope scope)
An object that describes the scope of the recommendation preference to return.
|
PutRecommendationPreferencesRequest |
PutRecommendationPreferencesRequest.withScope(Scope scope)
An object that describes the scope of the recommendation preference to create.
|
DeleteRecommendationPreferencesRequest |
DeleteRecommendationPreferencesRequest.withScope(Scope scope)
An object that describes the scope of the recommendation preference to delete.
|
Copyright © 2023. All rights reserved.