Uses of Interface
software.amazon.awssdk.services.location.model.DeleteKeyRequest.Builder
-
Packages that use DeleteKeyRequest.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 DeleteKeyRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type DeleteKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteKeyResponse>LocationAsyncClient. deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)Deletes the specified API key.default DeleteKeyResponseLocationClient. deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)Deletes the specified API key. -
Uses of DeleteKeyRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return DeleteKeyRequest.Builder Modifier and Type Method Description static DeleteKeyRequest.BuilderDeleteKeyRequest. builder()DeleteKeyRequest.BuilderDeleteKeyRequest.Builder. forceDelete(Boolean forceDelete)ForceDelete bypasses an API key's expiry conditions and deletes the key.DeleteKeyRequest.BuilderDeleteKeyRequest.Builder. keyName(String keyName)The name of the API key to delete.DeleteKeyRequest.BuilderDeleteKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteKeyRequest.BuilderDeleteKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteKeyRequest.BuilderDeleteKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type DeleteKeyRequest.Builder Modifier and Type Method Description static Class<? extends DeleteKeyRequest.Builder>DeleteKeyRequest. serializableBuilderClass()
-