Uses of Class
software.amazon.awssdk.services.location.model.DescribeKeyResponse
-
Packages that use DescribeKeyResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of DescribeKeyResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return DescribeKeyResponse Modifier and Type Method Description default DescribeKeyResponseLocationClient. describeKey(Consumer<DescribeKeyRequest.Builder> describeKeyRequest)Retrieves the API key resource details.default DescribeKeyResponseLocationClient. describeKey(DescribeKeyRequest describeKeyRequest)Retrieves the API key resource details.Methods in software.amazon.awssdk.services.location that return types with arguments of type DescribeKeyResponse Modifier and Type Method Description default CompletableFuture<DescribeKeyResponse>LocationAsyncClient. describeKey(Consumer<DescribeKeyRequest.Builder> describeKeyRequest)Retrieves the API key resource details.default CompletableFuture<DescribeKeyResponse>LocationAsyncClient. describeKey(DescribeKeyRequest describeKeyRequest)Retrieves the API key resource details.
-