Uses of Interface
software.amazon.awssdk.services.location.model.DescribeKeyRequest.Builder
-
Packages that use DescribeKeyRequest.Builder Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.model -
-
Uses of DescribeKeyRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type DescribeKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeKeyResponse>LocationAsyncClient. describeKey(Consumer<DescribeKeyRequest.Builder> describeKeyRequest)Retrieves the API key resource details.default DescribeKeyResponseLocationClient. describeKey(Consumer<DescribeKeyRequest.Builder> describeKeyRequest)Retrieves the API key resource details. -
Uses of DescribeKeyRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return DescribeKeyRequest.Builder Modifier and Type Method Description static DescribeKeyRequest.BuilderDescribeKeyRequest. builder()DescribeKeyRequest.BuilderDescribeKeyRequest.Builder. keyName(String keyName)The name of the API key resource.DescribeKeyRequest.BuilderDescribeKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeKeyRequest.BuilderDescribeKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeKeyRequest.BuilderDescribeKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type DescribeKeyRequest.Builder Modifier and Type Method Description static Class<? extends DescribeKeyRequest.Builder>DescribeKeyRequest. serializableBuilderClass()
-