| 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 |
ListGeofenceCollectionsResponseEntry.pricingPlan()
The pricing plan for the specified geofence collection.
|
PricingPlan |
ListMapsResponseEntry.pricingPlan()
The pricing plan for the specified map resource.
|
PricingPlan |
CreateMapRequest.pricingPlan()
Specifies the pricing plan for your map resource.
|
PricingPlan |
DescribePlaceIndexResponse.pricingPlan()
The pricing plan selected for the specified Place index resource.
|
PricingPlan |
DescribeMapResponse.pricingPlan()
The pricing plan selected for the specified map resource.
|
PricingPlan |
ListTrackersResponseEntry.pricingPlan()
The pricing plan for the specified tracker resource.
|
PricingPlan |
ListPlaceIndexesResponseEntry.pricingPlan()
The pricing plan for the specified Place index resource.
|
PricingPlan |
CreateTrackerRequest.pricingPlan()
Specifies the pricing plan for your tracker resource.
|
PricingPlan |
DescribeGeofenceCollectionResponse.pricingPlan()
The pricing plan selected for the specified geofence collection.
|
PricingPlan |
CreateGeofenceCollectionRequest.pricingPlan()
Specifies the pricing plan for your geofence collection.
|
PricingPlan |
DescribeTrackerResponse.pricingPlan()
The pricing plan selected for the specified tracker resource.
|
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.
|
ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified geofence collection.
|
ListMapsResponseEntry.Builder |
ListMapsResponseEntry.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified map resource.
|
CreateMapRequest.Builder |
CreateMapRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your map resource.
|
DescribePlaceIndexResponse.Builder |
DescribePlaceIndexResponse.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified Place index resource.
|
DescribeMapResponse.Builder |
DescribeMapResponse.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified map resource.
|
ListTrackersResponseEntry.Builder |
ListTrackersResponseEntry.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified tracker resource.
|
ListPlaceIndexesResponseEntry.Builder |
ListPlaceIndexesResponseEntry.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified Place index resource.
|
CreateTrackerRequest.Builder |
CreateTrackerRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your tracker resource.
|
DescribeGeofenceCollectionResponse.Builder |
DescribeGeofenceCollectionResponse.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your geofence collection.
|
DescribeTrackerResponse.Builder |
DescribeTrackerResponse.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified tracker resource.
|
Copyright © 2021. All rights reserved.