Uses of Class
software.amazon.awssdk.services.location.model.CreatePlaceIndexRequest
-
Packages that use CreatePlaceIndexRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of CreatePlaceIndexRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type CreatePlaceIndexRequest Modifier and Type Method Description default CompletableFuture<CreatePlaceIndexResponse>LocationAsyncClient. createPlaceIndex(CreatePlaceIndexRequest createPlaceIndexRequest)Creates a place index resource in your Amazon Web Services account.default CreatePlaceIndexResponseLocationClient. createPlaceIndex(CreatePlaceIndexRequest createPlaceIndexRequest)Creates a place index resource in your Amazon Web Services account. -
Uses of CreatePlaceIndexRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type CreatePlaceIndexRequest Modifier and Type Method Description SdkHttpFullRequestCreatePlaceIndexRequestMarshaller. marshall(CreatePlaceIndexRequest createPlaceIndexRequest)
-