Uses of Class
software.amazon.awssdk.services.location.model.PricingPlan
-
Packages that use PricingPlan Package Description software.amazon.awssdk.services.location.model -
-
Uses of PricingPlan in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return PricingPlan Modifier and Type Method Description static PricingPlanPricingPlan. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PricingPlanCreateGeofenceCollectionRequest. pricingPlan()Deprecated.Deprecated.PricingPlanCreateMapRequest. pricingPlan()Deprecated.Deprecated.PricingPlanCreatePlaceIndexRequest. pricingPlan()Deprecated.Deprecated.PricingPlanCreateRouteCalculatorRequest. pricingPlan()Deprecated.Deprecated.PricingPlanCreateTrackerRequest. pricingPlan()Deprecated.Deprecated.PricingPlanDescribeGeofenceCollectionResponse. pricingPlan()Deprecated.Deprecated.PricingPlanDescribeMapResponse. pricingPlan()Deprecated.Deprecated.PricingPlanDescribePlaceIndexResponse. pricingPlan()Deprecated.Deprecated.PricingPlanDescribeRouteCalculatorResponse. pricingPlan()Deprecated.Deprecated.PricingPlanDescribeTrackerResponse. pricingPlan()Deprecated.Deprecated.PricingPlanListGeofenceCollectionsResponseEntry. pricingPlan()Deprecated.Deprecated.PricingPlanListMapsResponseEntry. pricingPlan()Deprecated.Deprecated.PricingPlanListPlaceIndexesResponseEntry. pricingPlan()Deprecated.Deprecated.PricingPlanListRouteCalculatorsResponseEntry. pricingPlan()Deprecated.Deprecated.PricingPlanListTrackersResponseEntry. pricingPlan()Deprecated.Deprecated.PricingPlanUpdateGeofenceCollectionRequest. pricingPlan()Deprecated.Deprecated.PricingPlanUpdateMapRequest. pricingPlan()Deprecated.Deprecated.PricingPlanUpdatePlaceIndexRequest. pricingPlan()Deprecated.Deprecated.PricingPlanUpdateRouteCalculatorRequest. pricingPlan()Deprecated.Deprecated.PricingPlanUpdateTrackerRequest. pricingPlan()Deprecated.Deprecated.static PricingPlanPricingPlan. valueOf(String name)Returns the enum constant of this type with the specified name.static PricingPlan[]PricingPlan. 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 PricingPlan Modifier and Type Method Description static Set<PricingPlan>PricingPlan. knownValues()Methods in software.amazon.awssdk.services.location.model with parameters of type PricingPlan Modifier and Type Method Description CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.CreateMapRequest.BuilderCreateMapRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.CreatePlaceIndexRequest.BuilderCreatePlaceIndexRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.CreateRouteCalculatorRequest.BuilderCreateRouteCalculatorRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.CreateTrackerRequest.BuilderCreateTrackerRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.DescribeGeofenceCollectionResponse.BuilderDescribeGeofenceCollectionResponse.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.DescribeMapResponse.BuilderDescribeMapResponse.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.DescribePlaceIndexResponse.BuilderDescribePlaceIndexResponse.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.DescribeRouteCalculatorResponse.BuilderDescribeRouteCalculatorResponse.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.DescribeTrackerResponse.BuilderDescribeTrackerResponse.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.ListGeofenceCollectionsResponseEntry.BuilderListGeofenceCollectionsResponseEntry.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.ListMapsResponseEntry.BuilderListMapsResponseEntry.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.ListPlaceIndexesResponseEntry.BuilderListPlaceIndexesResponseEntry.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.ListRouteCalculatorsResponseEntry.BuilderListRouteCalculatorsResponseEntry.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.ListTrackersResponseEntry.BuilderListTrackersResponseEntry.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.UpdateMapRequest.BuilderUpdateMapRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.UpdateRouteCalculatorRequest.BuilderUpdateRouteCalculatorRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.UpdateTrackerRequest.BuilderUpdateTrackerRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.
-