| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static Scope.Builder |
Scope.builder() |
Scope.Builder |
Scope.Builder.name(ScopeName name)
The name of the scope.
|
Scope.Builder |
Scope.Builder.name(String name)
The name of the scope.
|
Scope.Builder |
Scope.toBuilder() |
Scope.Builder |
Scope.Builder.value(String value)
The value of the scope.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Scope.Builder> |
Scope.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutRecommendationPreferencesRequest.Builder |
PutRecommendationPreferencesRequest.Builder.scope(Consumer<Scope.Builder> scope)
An object that describes the scope of the recommendation preference to create.
|
default DeleteRecommendationPreferencesRequest.Builder |
DeleteRecommendationPreferencesRequest.Builder.scope(Consumer<Scope.Builder> scope)
An object that describes the scope of the recommendation preference to delete.
|
default GetRecommendationPreferencesRequest.Builder |
GetRecommendationPreferencesRequest.Builder.scope(Consumer<Scope.Builder> scope)
An object that describes the scope of the recommendation preference to return.
|
default RecommendationPreferencesDetail.Builder |
RecommendationPreferencesDetail.Builder.scope(Consumer<Scope.Builder> scope)
An object that describes the scope of the recommendation preference.
|
Copyright © 2023. All rights reserved.