Package | Description |
---|---|
software.amazon.awssdk.services.ec2.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()
The accelerators that must be on the instance type.
|
List<AcceleratorName> |
InstanceRequirementsRequest.acceleratorNames()
The accelerators that must be on the instance type.
|
static Set<AcceleratorName> |
AcceleratorName.knownValues()
|
Modifier and Type | Method and Description |
---|---|
InstanceRequirements.Builder |
InstanceRequirements.Builder.acceleratorNames(AcceleratorName... acceleratorNames)
The accelerators that must be on the instance type.
|
InstanceRequirementsRequest.Builder |
InstanceRequirementsRequest.Builder.acceleratorNames(AcceleratorName... acceleratorNames)
The accelerators that must be on the instance type.
|
Modifier and Type | Method and Description |
---|---|
InstanceRequirements.Builder |
InstanceRequirements.Builder.acceleratorNames(Collection<AcceleratorName> acceleratorNames)
The accelerators that must be on the instance type.
|
InstanceRequirementsRequest.Builder |
InstanceRequirementsRequest.Builder.acceleratorNames(Collection<AcceleratorName> acceleratorNames)
The accelerators that must be on the instance type.
|
Copyright © 2021. All rights reserved.