| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePlaceIndexResponse |
LocationClient.updatePlaceIndex(Consumer<UpdatePlaceIndexRequest.Builder> updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
default CompletableFuture<UpdatePlaceIndexResponse> |
LocationAsyncClient.updatePlaceIndex(Consumer<UpdatePlaceIndexRequest.Builder> updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.builder() |
default UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.Builder.dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration)
Updates the data storage option for the place index resource.
|
UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.Builder.dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Updates the data storage option for the place index resource.
|
UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.Builder.description(String description)
Updates the description for the place index resource.
|
UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.Builder.indexName(String indexName)
The name of the place index resource to update.
|
UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.Builder.pricingPlan(String pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
UpdatePlaceIndexRequest.Builder |
UpdatePlaceIndexRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePlaceIndexRequest.Builder> |
UpdatePlaceIndexRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.