| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static CpuVendorArchitecture |
CpuVendorArchitecture.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CpuVendorArchitecture |
CpuVendorArchitecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CpuVendorArchitecture[] |
CpuVendorArchitecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CpuVendorArchitecture> |
EffectiveRecommendationPreferences.cpuVendorArchitectures()
Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.
|
List<CpuVendorArchitecture> |
RecommendationPreferences.cpuVendorArchitectures()
Specifies the CPU vendor and architecture for Amazon EC2 instance and Auto Scaling group recommendations.
|
static Set<CpuVendorArchitecture> |
CpuVendorArchitecture.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveRecommendationPreferences.Builder |
EffectiveRecommendationPreferences.Builder.cpuVendorArchitectures(CpuVendorArchitecture... cpuVendorArchitectures)
Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.
|
RecommendationPreferences.Builder |
RecommendationPreferences.Builder.cpuVendorArchitectures(CpuVendorArchitecture... cpuVendorArchitectures)
Specifies the CPU vendor and architecture for Amazon EC2 instance and Auto Scaling group recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveRecommendationPreferences.Builder |
EffectiveRecommendationPreferences.Builder.cpuVendorArchitectures(Collection<CpuVendorArchitecture> cpuVendorArchitectures)
Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.
|
RecommendationPreferences.Builder |
RecommendationPreferences.Builder.cpuVendorArchitectures(Collection<CpuVendorArchitecture> cpuVendorArchitectures)
Specifies the CPU vendor and architecture for Amazon EC2 instance and Auto Scaling group recommendations.
|
Copyright © 2023. All rights reserved.