Uses of Interface
software.amazon.awssdk.services.iotwireless.model.Ip.Builder
-
Packages that use Ip.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of Ip.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return Ip.Builder Modifier and Type Method Description static Ip.BuilderIp. builder()Ip.BuilderIp.Builder. ipAddress(String ipAddress)IP address information.Ip.BuilderIp. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type Ip.Builder Modifier and Type Method Description static Class<? extends Ip.Builder>Ip. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type Ip.Builder Modifier and Type Method Description default GetPositionEstimateRequest.BuilderGetPositionEstimateRequest.Builder. ip(Consumer<Ip.Builder> ip)Retrieves an estimated device position by resolving the IP address information from the device.
-