| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceType |
InstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceType |
InstanceTypeOffering.instanceType()
The instance type.
|
InstanceType |
LaunchSpecification.instanceType()
The instance type.
|
InstanceType |
SpotFleetLaunchSpecification.instanceType()
The instance type.
|
InstanceType |
FleetLaunchTemplateOverrides.instanceType()
The instance type.
|
InstanceType |
ResponseLaunchTemplateData.instanceType()
The instance type.
|
InstanceType |
SpotPrice.instanceType()
The instance type.
|
InstanceType |
LaunchTemplateOverrides.instanceType()
The instance type.
|
InstanceType |
RequestLaunchTemplateData.instanceType()
The instance type.
|
InstanceType |
ReservedInstancesConfiguration.instanceType()
The instance type for the modified Reserved Instances.
|
InstanceType |
RequestSpotLaunchSpecification.instanceType()
The instance type.
|
InstanceType |
RunInstancesRequest.instanceType()
The instance type.
|
InstanceType |
InstanceTypeInfo.instanceType()
The instance type.
|
InstanceType |
ReservedInstances.instanceType()
The instance type on which the Reserved Instance can be used.
|
InstanceType |
DescribeFleetsInstances.instanceType()
The instance type.
|
InstanceType |
DescribeReservedInstancesOfferingsRequest.instanceType()
The instance type that the reservation will cover (for example,
m1.small). |
InstanceType |
Instance.instanceType()
The instance type.
|
InstanceType |
CreateFleetInstance.instanceType()
The instance type.
|
InstanceType |
FleetLaunchTemplateOverridesRequest.instanceType()
The instance type.
|
InstanceType |
ImportInstanceLaunchSpecification.instanceType()
The instance type.
|
InstanceType |
ReservedInstancesOffering.instanceType()
The instance type on which the Reserved Instance can be used.
|
static InstanceType |
InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceType[] |
InstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceType> |
DescribeInstanceTypesRequest.instanceTypes()
The instance types.
|
List<InstanceType> |
DescribeSpotPriceHistoryRequest.instanceTypes()
Filters the results by the specified instance types.
|
static Set<InstanceType> |
InstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeOffering.Builder |
InstanceTypeOffering.Builder.instanceType(InstanceType instanceType)
The instance type.
|
LaunchSpecification.Builder |
LaunchSpecification.Builder.instanceType(InstanceType instanceType)
The instance type.
|
SpotFleetLaunchSpecification.Builder |
SpotFleetLaunchSpecification.Builder.instanceType(InstanceType instanceType)
The instance type.
|
FleetLaunchTemplateOverrides.Builder |
FleetLaunchTemplateOverrides.Builder.instanceType(InstanceType instanceType)
The instance type.
|
ResponseLaunchTemplateData.Builder |
ResponseLaunchTemplateData.Builder.instanceType(InstanceType instanceType)
The instance type.
|
SpotPrice.Builder |
SpotPrice.Builder.instanceType(InstanceType instanceType)
The instance type.
|
LaunchTemplateOverrides.Builder |
LaunchTemplateOverrides.Builder.instanceType(InstanceType instanceType)
The instance type.
|
RequestLaunchTemplateData.Builder |
RequestLaunchTemplateData.Builder.instanceType(InstanceType instanceType)
The instance type.
|
ReservedInstancesConfiguration.Builder |
ReservedInstancesConfiguration.Builder.instanceType(InstanceType instanceType)
The instance type for the modified Reserved Instances.
|
RequestSpotLaunchSpecification.Builder |
RequestSpotLaunchSpecification.Builder.instanceType(InstanceType instanceType)
The instance type.
|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.instanceType(InstanceType instanceType)
The instance type.
|
InstanceTypeInfo.Builder |
InstanceTypeInfo.Builder.instanceType(InstanceType instanceType)
The instance type.
|
ReservedInstances.Builder |
ReservedInstances.Builder.instanceType(InstanceType instanceType)
The instance type on which the Reserved Instance can be used.
|
DescribeFleetsInstances.Builder |
DescribeFleetsInstances.Builder.instanceType(InstanceType instanceType)
The instance type.
|
DescribeReservedInstancesOfferingsRequest.Builder |
DescribeReservedInstancesOfferingsRequest.Builder.instanceType(InstanceType instanceType)
The instance type that the reservation will cover (for example,
m1.small). |
Instance.Builder |
Instance.Builder.instanceType(InstanceType instanceType)
The instance type.
|
CreateFleetInstance.Builder |
CreateFleetInstance.Builder.instanceType(InstanceType instanceType)
The instance type.
|
FleetLaunchTemplateOverridesRequest.Builder |
FleetLaunchTemplateOverridesRequest.Builder.instanceType(InstanceType instanceType)
The instance type.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.instanceType(InstanceType instanceType)
The instance type.
|
ReservedInstancesOffering.Builder |
ReservedInstancesOffering.Builder.instanceType(InstanceType instanceType)
The instance type on which the Reserved Instance can be used.
|
DescribeInstanceTypesRequest.Builder |
DescribeInstanceTypesRequest.Builder.instanceTypes(InstanceType... instanceTypes)
The instance types.
|
DescribeSpotPriceHistoryRequest.Builder |
DescribeSpotPriceHistoryRequest.Builder.instanceTypes(InstanceType... instanceTypes)
Filters the results by the specified instance types.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceTypesRequest.Builder |
DescribeInstanceTypesRequest.Builder.instanceTypes(Collection<InstanceType> instanceTypes)
The instance types.
|
DescribeSpotPriceHistoryRequest.Builder |
DescribeSpotPriceHistoryRequest.Builder.instanceTypes(Collection<InstanceType> instanceTypes)
Filters the results by the specified instance types.
|
Copyright © 2020. All rights reserved.