Uses of Interface
software.amazon.awssdk.services.geoplaces.model.AccessPoint.Builder
-
Packages that use AccessPoint.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of AccessPoint.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return AccessPoint.Builder Modifier and Type Method Description static AccessPoint.BuilderAccessPoint. builder()AccessPoint.BuilderAccessPoint.Builder. position(Double... position)The position, in longitude and latitude.AccessPoint.BuilderAccessPoint.Builder. position(Collection<Double> position)The position, in longitude and latitude.AccessPoint.BuilderAccessPoint. toBuilder()Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type AccessPoint.Builder Modifier and Type Method Description static Class<? extends AccessPoint.Builder>AccessPoint. serializableBuilderClass()
-