Uses of Class
software.amazon.awssdk.services.location.model.DescribeMapResponse
-
Packages that use DescribeMapResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of DescribeMapResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return DescribeMapResponse Modifier and Type Method Description default DescribeMapResponseLocationClient. describeMap(Consumer<DescribeMapRequest.Builder> describeMapRequest)Retrieves the map resource details.default DescribeMapResponseLocationClient. describeMap(DescribeMapRequest describeMapRequest)Retrieves the map resource details.Methods in software.amazon.awssdk.services.location that return types with arguments of type DescribeMapResponse Modifier and Type Method Description default CompletableFuture<DescribeMapResponse>LocationAsyncClient. describeMap(Consumer<DescribeMapRequest.Builder> describeMapRequest)Retrieves the map resource details.default CompletableFuture<DescribeMapResponse>LocationAsyncClient. describeMap(DescribeMapRequest describeMapRequest)Retrieves the map resource details.
-