Uses of Interface
software.amazon.awssdk.services.groundstation.model.IntegerRange.Builder
-
Packages that use IntegerRange.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of IntegerRange.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return IntegerRange.Builder Modifier and Type Method Description static IntegerRange.BuilderIntegerRange. builder()IntegerRange.BuilderIntegerRange.Builder. maximum(Integer maximum)A maximum value.IntegerRange.BuilderIntegerRange.Builder. minimum(Integer minimum)A minimum value.IntegerRange.BuilderIntegerRange. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type IntegerRange.Builder Modifier and Type Method Description static Class<? extends IntegerRange.Builder>IntegerRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type IntegerRange.Builder Modifier and Type Method Description default RangedSocketAddress.BuilderRangedSocketAddress.Builder. portRange(Consumer<IntegerRange.Builder> portRange)Port range of a socket address.
-