Uses of Class
software.amazon.awssdk.services.groundstation.model.Polarization
-
Packages that use Polarization Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of Polarization in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return Polarization Modifier and Type Method Description static PolarizationPolarization. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PolarizationSpectrumConfig. polarization()Polarization of a spectralConfig.PolarizationUplinkSpectrumConfig. polarization()Polarization of an uplink spectralConfig.static PolarizationPolarization. valueOf(String name)Returns the enum constant of this type with the specified name.static Polarization[]Polarization. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type Polarization Modifier and Type Method Description static Set<Polarization>Polarization. knownValues()Methods in software.amazon.awssdk.services.groundstation.model with parameters of type Polarization Modifier and Type Method Description SpectrumConfig.BuilderSpectrumConfig.Builder. polarization(Polarization polarization)Polarization of a spectralConfig.UplinkSpectrumConfig.BuilderUplinkSpectrumConfig.Builder. polarization(Polarization polarization)Polarization of an uplink spectralConfig.
-