| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static OfferingClassType |
OfferingClassType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OfferingClassType |
DescribeReservedInstancesRequest.offeringClass()
Describes whether the Reserved Instance is Standard or Convertible.
|
OfferingClassType |
ReservedInstances.offeringClass()
The offering class of the Reserved Instance.
|
OfferingClassType |
DescribeReservedInstancesOfferingsRequest.offeringClass()
The offering class of the Reserved Instance.
|
OfferingClassType |
ReservedInstancesOffering.offeringClass()
If
convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with
different configurations. |
static OfferingClassType |
OfferingClassType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfferingClassType[] |
OfferingClassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OfferingClassType> |
OfferingClassType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReservedInstancesRequest.Builder |
DescribeReservedInstancesRequest.Builder.offeringClass(OfferingClassType offeringClass)
Describes whether the Reserved Instance is Standard or Convertible.
|
ReservedInstances.Builder |
ReservedInstances.Builder.offeringClass(OfferingClassType offeringClass)
The offering class of the Reserved Instance.
|
DescribeReservedInstancesOfferingsRequest.Builder |
DescribeReservedInstancesOfferingsRequest.Builder.offeringClass(OfferingClassType offeringClass)
The offering class of the Reserved Instance.
|
ReservedInstancesOffering.Builder |
ReservedInstancesOffering.Builder.offeringClass(OfferingClassType offeringClass)
If
convertible it can be exchanged for Reserved Instances of the same or higher monetary value,
with different configurations. |
Copyright © 2020. All rights reserved.