Uses of Class
software.amazon.awssdk.services.location.model.CreateMapRequest
-
Packages that use CreateMapRequest 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 CreateMapRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type CreateMapRequest Modifier and Type Method Description 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.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. -
Uses of CreateMapRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type CreateMapRequest Modifier and Type Method Description SdkHttpFullRequestCreateMapRequestMarshaller. marshall(CreateMapRequest createMapRequest)
-