Uses of Interface
software.amazon.awssdk.services.groundstation.model.RangedConnectionDetails.Builder
-
Packages that use RangedConnectionDetails.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of RangedConnectionDetails.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return RangedConnectionDetails.Builder Modifier and Type Method Description static RangedConnectionDetails.BuilderRangedConnectionDetails. builder()RangedConnectionDetails.BuilderRangedConnectionDetails.Builder. mtu(Integer mtu)Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.default RangedConnectionDetails.BuilderRangedConnectionDetails.Builder. socketAddress(Consumer<RangedSocketAddress.Builder> socketAddress)A ranged socket address.RangedConnectionDetails.BuilderRangedConnectionDetails.Builder. socketAddress(RangedSocketAddress socketAddress)A ranged socket address.RangedConnectionDetails.BuilderRangedConnectionDetails. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type RangedConnectionDetails.Builder Modifier and Type Method Description static Class<? extends RangedConnectionDetails.Builder>RangedConnectionDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type RangedConnectionDetails.Builder Modifier and Type Method Description default AwsGroundStationAgentEndpoint.BuilderAwsGroundStationAgentEndpoint.Builder. ingressAddress(Consumer<RangedConnectionDetails.Builder> ingressAddress)The ingress address of AgentEndpoint.
-