Interface RecipientActivationService
-
@Generated public interface RecipientActivationService
Databricks Recipient Activation REST APIThis is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getActivationUrlInfo(GetActivationUrlInfoRequest getActivationUrlInfoRequest)
Get a share activation URL.RetrieveTokenResponse
retrieveToken(RetrieveTokenRequest retrieveTokenRequest)
Get an access token.
-
-
-
Method Detail
-
getActivationUrlInfo
void getActivationUrlInfo(GetActivationUrlInfoRequest getActivationUrlInfoRequest)
Get a share activation URL.Gets an activation URL for a share.
-
retrieveToken
RetrieveTokenResponse retrieveToken(RetrieveTokenRequest retrieveTokenRequest)
Get an access token.Retrieve access token with an activation url. This is a public API without any authentication.
-
-