Uses of Interface
software.amazon.awssdk.services.location.model.UpdateKeyRequest.Builder
-
Packages that use UpdateKeyRequest.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 UpdateKeyRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type UpdateKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateKeyResponse>LocationAsyncClient. updateKey(Consumer<UpdateKeyRequest.Builder> updateKeyRequest)Updates the specified properties of a given API key resource.default UpdateKeyResponseLocationClient. updateKey(Consumer<UpdateKeyRequest.Builder> updateKeyRequest)Updates the specified properties of a given API key resource. -
Uses of UpdateKeyRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return UpdateKeyRequest.Builder Modifier and Type Method Description static UpdateKeyRequest.BuilderUpdateKeyRequest. builder()UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. description(String description)Updates the description for the API key resource.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. expireTime(Instant expireTime)Updates the timestamp for when the API key resource will expire in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. forceUpdate(Boolean forceUpdate)The boolean flag to be included for updatingExpireTimeorRestrictionsdetails.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. keyName(String keyName)The name of the API key resource to update.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. noExpiry(Boolean noExpiry)Whether the API key should expire.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)Updates the API key restrictions for the API key resource.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. restrictions(ApiKeyRestrictions restrictions)Updates the API key restrictions for the API key resource.UpdateKeyRequest.BuilderUpdateKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type UpdateKeyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateKeyRequest.Builder>UpdateKeyRequest. serializableBuilderClass()
-