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