pub async fn update(
client: &impl Client,
mount: &str,
name: &str,
opts: Option<&mut UpdateKeyConfigurationRequestBuilder>,
) -> Result<(), ClientError>
Expand description
Update a key’s configuration.
pub async fn update(
client: &impl Client,
mount: &str,
name: &str,
opts: Option<&mut UpdateKeyConfigurationRequestBuilder>,
) -> Result<(), ClientError>
Update a key’s configuration.