| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static InferredWorkloadTypesPreference |
InferredWorkloadTypesPreference.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InferredWorkloadTypesPreference |
EffectiveRecommendationPreferences.inferredWorkloadTypes()
Describes the activation status of the inferred workload types preference.
|
InferredWorkloadTypesPreference |
PutRecommendationPreferencesRequest.inferredWorkloadTypes()
The status of the inferred workload types recommendation preference to create or update.
|
InferredWorkloadTypesPreference |
RecommendationPreferencesDetail.inferredWorkloadTypes()
The status of the inferred workload types recommendation preference.
|
static InferredWorkloadTypesPreference |
InferredWorkloadTypesPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferredWorkloadTypesPreference[] |
InferredWorkloadTypesPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InferredWorkloadTypesPreference> |
InferredWorkloadTypesPreference.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveRecommendationPreferences.Builder |
EffectiveRecommendationPreferences.Builder.inferredWorkloadTypes(InferredWorkloadTypesPreference inferredWorkloadTypes)
Describes the activation status of the inferred workload types preference.
|
PutRecommendationPreferencesRequest.Builder |
PutRecommendationPreferencesRequest.Builder.inferredWorkloadTypes(InferredWorkloadTypesPreference inferredWorkloadTypes)
The status of the inferred workload types recommendation preference to create or update.
|
RecommendationPreferencesDetail.Builder |
RecommendationPreferencesDetail.Builder.inferredWorkloadTypes(InferredWorkloadTypesPreference inferredWorkloadTypes)
The status of the inferred workload types recommendation preference.
|
Copyright © 2023. All rights reserved.