| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static AcceleratorName |
AcceleratorName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AcceleratorName |
AcceleratorName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcceleratorName[] |
AcceleratorName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AcceleratorName> |
InstanceRequirements.acceleratorNames()
Lists the accelerators that must be on an instance type.
|
static Set<AcceleratorName> |
AcceleratorName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstanceRequirements.Builder |
InstanceRequirements.Builder.acceleratorNames(AcceleratorName... acceleratorNames)
Lists the accelerators that must be on an instance type.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceRequirements.Builder |
InstanceRequirements.Builder.acceleratorNames(Collection<AcceleratorName> acceleratorNames)
Lists the accelerators that must be on an instance type.
|
Copyright © 2023. All rights reserved.