Uses of Enum
software.amazon.awssdk.services.ec2.model.OfferingTypeValues
Packages that use OfferingTypeValues
-
Uses of OfferingTypeValues in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return OfferingTypeValuesModifier and TypeMethodDescriptionstatic OfferingTypeValuesUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OfferingTypeValuesDescribeReservedInstancesOfferingsRequest.offeringType()The Reserved Instance offering type.final OfferingTypeValuesDescribeReservedInstancesRequest.offeringType()The Reserved Instance offering type.final OfferingTypeValuesReservedInstances.offeringType()The Reserved Instance offering type.final OfferingTypeValuesReservedInstancesOffering.offeringType()The Reserved Instance offering type.static OfferingTypeValuesReturns the enum constant of this type with the specified name.static OfferingTypeValues[]OfferingTypeValues.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type OfferingTypeValuesModifier and TypeMethodDescriptionstatic Set<OfferingTypeValues>OfferingTypeValues.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type OfferingTypeValuesModifier and TypeMethodDescriptionDescribeReservedInstancesOfferingsRequest.Builder.offeringType(OfferingTypeValues offeringType) The Reserved Instance offering type.DescribeReservedInstancesRequest.Builder.offeringType(OfferingTypeValues offeringType) The Reserved Instance offering type.ReservedInstances.Builder.offeringType(OfferingTypeValues offeringType) The Reserved Instance offering type.ReservedInstancesOffering.Builder.offeringType(OfferingTypeValues offeringType) The Reserved Instance offering type.