Uses of Interface
software.amazon.awssdk.services.groundstation.model.Eirp.Builder
-
Packages that use Eirp.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of Eirp.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return Eirp.Builder Modifier and Type Method Description static Eirp.BuilderEirp. builder()Eirp.BuilderEirp. toBuilder()Eirp.BuilderEirp.Builder. units(String units)Units of an EIRP.Eirp.BuilderEirp.Builder. units(EirpUnits units)Units of an EIRP.Eirp.BuilderEirp.Builder. value(Double value)Value of an EIRP.Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type Eirp.Builder Modifier and Type Method Description static Class<? extends Eirp.Builder>Eirp. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type Eirp.Builder Modifier and Type Method Description default AntennaUplinkConfig.BuilderAntennaUplinkConfig.Builder. targetEirp(Consumer<Eirp.Builder> targetEirp)EIRP of the target.
-