Uses of Class
com.azure.security.keyvault.keys.models.KeyRotationPolicy
Packages that use KeyRotationPolicy
Package
Description
Package containing classes for creating
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.Package containing classes used for representing keys, deleted keys and their attributes in
Azure Key Vault.
-
Uses of KeyRotationPolicy in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return KeyRotationPolicyModifier and TypeMethodDescriptionKeyClient.getKeyRotationPolicy(String keyName) Gets theKeyRotationPolicyfor thekeywith the provided name.KeyClient.updateKeyRotationPolicy(String keyName, KeyRotationPolicy keyRotationPolicy) Updates theKeyRotationPolicyof thekeywith the provided name.Methods in com.azure.security.keyvault.keys that return types with arguments of type KeyRotationPolicyModifier and TypeMethodDescriptionKeyAsyncClient.getKeyRotationPolicy(String keyName) Gets theKeyRotationPolicyfor thekeywith the provided name.Mono<com.azure.core.http.rest.Response<KeyRotationPolicy>>KeyAsyncClient.getKeyRotationPolicyWithResponse(String keyName) Gets theKeyRotationPolicyfor thekeywith the provided name.com.azure.core.http.rest.Response<KeyRotationPolicy>KeyClient.getKeyRotationPolicyWithResponse(String keyName, com.azure.core.util.Context context) Gets theKeyRotationPolicyfor thekeywith the provided name.KeyAsyncClient.updateKeyRotationPolicy(String keyName, KeyRotationPolicy keyRotationPolicy) Updates theKeyRotationPolicyof the key with the provided name.Mono<com.azure.core.http.rest.Response<KeyRotationPolicy>>KeyAsyncClient.updateKeyRotationPolicyWithResponse(String keyName, KeyRotationPolicy keyRotationPolicy) Updates theKeyRotationPolicyof the key with the provided name.com.azure.core.http.rest.Response<KeyRotationPolicy>KeyClient.updateKeyRotationPolicyWithResponse(String keyName, KeyRotationPolicy keyRotationPolicy, com.azure.core.util.Context context) Updates theKeyRotationPolicyof the key with the provided name.Methods in com.azure.security.keyvault.keys with parameters of type KeyRotationPolicyModifier and TypeMethodDescriptionKeyAsyncClient.updateKeyRotationPolicy(String keyName, KeyRotationPolicy keyRotationPolicy) Updates theKeyRotationPolicyof the key with the provided name.KeyClient.updateKeyRotationPolicy(String keyName, KeyRotationPolicy keyRotationPolicy) Updates theKeyRotationPolicyof thekeywith the provided name.Mono<com.azure.core.http.rest.Response<KeyRotationPolicy>>KeyAsyncClient.updateKeyRotationPolicyWithResponse(String keyName, KeyRotationPolicy keyRotationPolicy) Updates theKeyRotationPolicyof the key with the provided name.com.azure.core.http.rest.Response<KeyRotationPolicy>KeyClient.updateKeyRotationPolicyWithResponse(String keyName, KeyRotationPolicy keyRotationPolicy, com.azure.core.util.Context context) Updates theKeyRotationPolicyof the key with the provided name. -
Uses of KeyRotationPolicy in com.azure.security.keyvault.keys.models
Methods in com.azure.security.keyvault.keys.models that return KeyRotationPolicyModifier and TypeMethodDescriptionKeyRotationPolicy.setExpiresIn(String expiresIn) Set the optional key expiration period used to define the duration after which a newly rotated key will expire.KeyRotationPolicy.setLifetimeActions(List<KeyRotationLifetimeAction> lifetimeActions) Set the actions that will be performed by Key Vault over the lifetime of a key.