Uses of Class
com.databricks.sdk.service.sharing.RotateRecipientToken
-
Packages that use RotateRecipientToken Package Description com.databricks.sdk.service.sharing -
-
Uses of RotateRecipientToken in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return RotateRecipientToken Modifier and Type Method Description RotateRecipientToken
RotateRecipientToken. setExistingTokenExpireInSeconds(Long existingTokenExpireInSeconds)
RotateRecipientToken
RotateRecipientToken. setName(String name)
Methods in com.databricks.sdk.service.sharing with parameters of type RotateRecipientToken Modifier and Type Method Description RecipientInfo
RecipientsAPI. rotateToken(RotateRecipientToken request)
Rotate a token.RecipientInfo
RecipientsService. rotateToken(RotateRecipientToken rotateRecipientToken)
Rotate a token.
-