Uses of Interface
software.amazon.awssdk.services.location.model.CreateKeyRequest.Builder
-
Packages that use CreateKeyRequest.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 CreateKeyRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type CreateKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateKeyResponse>LocationAsyncClient. createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer.default CreateKeyResponseLocationClient. createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer. -
Uses of CreateKeyRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return CreateKeyRequest.Builder Modifier and Type Method Description static CreateKeyRequest.BuilderCreateKeyRequest. builder()CreateKeyRequest.BuilderCreateKeyRequest.Builder. description(String description)An optional description for the API key resource.CreateKeyRequest.BuilderCreateKeyRequest.Builder. expireTime(Instant expireTime)The optional timestamp for when the API key resource will expire in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.CreateKeyRequest.BuilderCreateKeyRequest.Builder. keyName(String keyName)A custom name for the API key resource.CreateKeyRequest.BuilderCreateKeyRequest.Builder. noExpiry(Boolean noExpiry)Optionally set totrueto set no expiration time for the API key.CreateKeyRequest.BuilderCreateKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateKeyRequest.BuilderCreateKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateKeyRequest.BuilderCreateKeyRequest.Builder. restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)The API key restrictions for the API key resource.CreateKeyRequest.BuilderCreateKeyRequest.Builder. restrictions(ApiKeyRestrictions restrictions)The API key restrictions for the API key resource.CreateKeyRequest.BuilderCreateKeyRequest.Builder. tags(Map<String,String> tags)Applies one or more tags to the map resource.CreateKeyRequest.BuilderCreateKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type CreateKeyRequest.Builder Modifier and Type Method Description static Class<? extends CreateKeyRequest.Builder>CreateKeyRequest. serializableBuilderClass()
-