Uses of Enum
software.amazon.awssdk.services.ec2.model.LocationType
Packages that use LocationType
-
Uses of LocationType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocationTypeModifier and TypeMethodDescriptionstatic LocationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LocationTypeDescribeInstanceTypeOfferingsRequest.locationType()The location type.final LocationTypeInstanceTypeOffering.locationType()The location type.static LocationTypeReturns the enum constant of this type with the specified name.static LocationType[]LocationType.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 LocationTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type LocationTypeModifier and TypeMethodDescriptionDescribeInstanceTypeOfferingsRequest.Builder.locationType(LocationType locationType) The location type.InstanceTypeOffering.Builder.locationType(LocationType locationType) The location type.