Uses of Class
software.amazon.awssdk.services.location.model.CreateMapResponse
-
Packages that use CreateMapResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of CreateMapResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return CreateMapResponse Modifier and Type Method Description default CreateMapResponseLocationClient. createMap(Consumer<CreateMapRequest.Builder> createMapRequest)Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.default CreateMapResponseLocationClient. createMap(CreateMapRequest createMapRequest)Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.Methods in software.amazon.awssdk.services.location that return types with arguments of type CreateMapResponse Modifier and Type Method Description default CompletableFuture<CreateMapResponse>LocationAsyncClient. createMap(Consumer<CreateMapRequest.Builder> createMapRequest)Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.default CompletableFuture<CreateMapResponse>LocationAsyncClient. createMap(CreateMapRequest createMapRequest)Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.
-