Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static InstanceGeneration |
InstanceGeneration.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InstanceGeneration |
InstanceGeneration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceGeneration[] |
InstanceGeneration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceGeneration> |
InstanceRequirements.instanceGenerations()
Indicates whether current or previous generation instance types are included.
|
List<InstanceGeneration> |
InstanceRequirementsRequest.instanceGenerations()
Indicates whether current or previous generation instance types are included.
|
static Set<InstanceGeneration> |
InstanceGeneration.knownValues()
|
Modifier and Type | Method and Description |
---|---|
InstanceRequirements.Builder |
InstanceRequirements.Builder.instanceGenerations(InstanceGeneration... instanceGenerations)
Indicates whether current or previous generation instance types are included.
|
InstanceRequirementsRequest.Builder |
InstanceRequirementsRequest.Builder.instanceGenerations(InstanceGeneration... instanceGenerations)
Indicates whether current or previous generation instance types are included.
|
Modifier and Type | Method and Description |
---|---|
InstanceRequirements.Builder |
InstanceRequirements.Builder.instanceGenerations(Collection<InstanceGeneration> instanceGenerations)
Indicates whether current or previous generation instance types are included.
|
InstanceRequirementsRequest.Builder |
InstanceRequirementsRequest.Builder.instanceGenerations(Collection<InstanceGeneration> instanceGenerations)
Indicates whether current or previous generation instance types are included.
|
Copyright © 2022. All rights reserved.