Uses of Class
software.amazon.awssdk.services.location.model.DescribeKeyRequest
-
Packages that use DescribeKeyRequest 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 DescribeKeyRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type DescribeKeyRequest Modifier and Type Method Description default CompletableFuture<DescribeKeyResponse>LocationAsyncClient. describeKey(DescribeKeyRequest describeKeyRequest)Retrieves the API key resource details.default DescribeKeyResponseLocationClient. describeKey(DescribeKeyRequest describeKeyRequest)Retrieves the API key resource details. -
Uses of DescribeKeyRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type DescribeKeyRequest Modifier and Type Method Description SdkHttpFullRequestDescribeKeyRequestMarshaller. marshall(DescribeKeyRequest describeKeyRequest)
-