Uses of Interface
software.amazon.awssdk.services.iot.model.GeoLocationTarget.Builder
-
Packages that use GeoLocationTarget.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of GeoLocationTarget.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return GeoLocationTarget.Builder Modifier and Type Method Description static GeoLocationTarget.BuilderGeoLocationTarget. builder()GeoLocationTarget.BuilderGeoLocationTarget.Builder. name(String name)Thenameof the geolocation target field.GeoLocationTarget.BuilderGeoLocationTarget.Builder. order(String order)Theorderof the geolocation target field.GeoLocationTarget.BuilderGeoLocationTarget.Builder. order(TargetFieldOrder order)Theorderof the geolocation target field.GeoLocationTarget.BuilderGeoLocationTarget. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type GeoLocationTarget.Builder Modifier and Type Method Description static Class<? extends GeoLocationTarget.Builder>GeoLocationTarget. serializableBuilderClass()
-