| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static PricingPlan |
PricingPlan.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PricingPlan |
CreatePlaceIndexRequest.pricingPlan()
Specifies the pricing plan for your Place index resource.
|
PricingPlan |
CreateMapRequest.pricingPlan()
Specifies the pricing plan for your map resource.
|
PricingPlan |
CreateTrackerRequest.pricingPlan()
Specifies the pricing plan for your tracker resource.
|
PricingPlan |
CreateGeofenceCollectionRequest.pricingPlan()
Specifies the pricing plan for your geofence collection.
|
static PricingPlan |
PricingPlan.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PricingPlan> |
PricingPlan.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreatePlaceIndexRequest.Builder |
CreatePlaceIndexRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your Place index resource.
|
CreateMapRequest.Builder |
CreateMapRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your map resource.
|
CreateTrackerRequest.Builder |
CreateTrackerRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your tracker resource.
|
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your geofence collection.
|
Copyright © 2021. All rights reserved.