Uses of Class
software.amazon.awssdk.services.privatenetworks.model.ElevationReference
-
Packages that use ElevationReference Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of ElevationReference in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return ElevationReference Modifier and Type Method Description ElevationReferencePosition. elevationReference()The reference point from which elevation is reported.static ElevationReferenceElevationReference. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ElevationReferenceElevationReference. valueOf(String name)Returns the enum constant of this type with the specified name.static ElevationReference[]ElevationReference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type ElevationReference Modifier and Type Method Description static Set<ElevationReference>ElevationReference. knownValues()Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type ElevationReference Modifier and Type Method Description Position.BuilderPosition.Builder. elevationReference(ElevationReference elevationReference)The reference point from which elevation is reported.
-