Uses of Class
software.amazon.awssdk.services.location.model.PositionFiltering
-
Packages that use PositionFiltering Package Description software.amazon.awssdk.services.location.model -
-
Uses of PositionFiltering in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return PositionFiltering Modifier and Type Method Description static PositionFilteringPositionFiltering. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PositionFilteringCreateTrackerRequest. positionFiltering()Specifies the position filtering for the tracker resource.PositionFilteringDescribeTrackerResponse. positionFiltering()The position filtering method of the tracker resource.PositionFilteringUpdateTrackerRequest. positionFiltering()Updates the position filtering for the tracker resource.static PositionFilteringPositionFiltering. valueOf(String name)Returns the enum constant of this type with the specified name.static PositionFiltering[]PositionFiltering. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type PositionFiltering Modifier and Type Method Description static Set<PositionFiltering>PositionFiltering. knownValues()Methods in software.amazon.awssdk.services.location.model with parameters of type PositionFiltering Modifier and Type Method Description CreateTrackerRequest.BuilderCreateTrackerRequest.Builder. positionFiltering(PositionFiltering positionFiltering)Specifies the position filtering for the tracker resource.DescribeTrackerResponse.BuilderDescribeTrackerResponse.Builder. positionFiltering(PositionFiltering positionFiltering)The position filtering method of the tracker resource.UpdateTrackerRequest.BuilderUpdateTrackerRequest.Builder. positionFiltering(PositionFiltering positionFiltering)Updates the position filtering for the tracker resource.
-