Uses of Class
com.exoscale.sdk.model.KeyRotationConfig
Packages that use KeyRotationConfig
-
Uses of KeyRotationConfig in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return KeyRotationConfigModifier and TypeMethodDescriptionDisableKmsKeyRotationResponse.getRotation()Get rotationEnableKmsKeyRotationResponse.getRotation()Get rotationGetKmsKeyResponse.getRotation()Get rotationListKmsKeysResponseEntry.getRotation()Get rotationRotateKmsKeyResponse.getRotation()Get rotationKeyRotationConfig.manualCount(Integer manualCount) KeyRotationConfig.nextAt(OffsetDateTime nextAt) KeyRotationConfig.rotationPeriod(Integer rotationPeriod) Methods in com.exoscale.sdk.model with parameters of type KeyRotationConfigModifier and TypeMethodDescriptionDisableKmsKeyRotationResponse.rotation(KeyRotationConfig rotation) EnableKmsKeyRotationResponse.rotation(KeyRotationConfig rotation) GetKmsKeyResponse.rotation(KeyRotationConfig rotation) ListKmsKeysResponseEntry.rotation(KeyRotationConfig rotation) RotateKmsKeyResponse.rotation(KeyRotationConfig rotation) voidDisableKmsKeyRotationResponse.setRotation(KeyRotationConfig rotation) voidEnableKmsKeyRotationResponse.setRotation(KeyRotationConfig rotation) voidGetKmsKeyResponse.setRotation(KeyRotationConfig rotation) voidListKmsKeysResponseEntry.setRotation(KeyRotationConfig rotation) voidRotateKmsKeyResponse.setRotation(KeyRotationConfig rotation)