All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.sharing.RecipientActivationService Maven / Gradle / Ivy

// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.sharing;

import com.databricks.sdk.support.Generated;

/**
 * Databricks Recipient Activation REST API
 *
 * 

This is the high-level interface, that contains generated methods. * *

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface RecipientActivationService { /** * Get a share activation URL. * *

Gets an activation URL for a share. */ void getActivationUrlInfo(GetActivationUrlInfoRequest getActivationUrlInfoRequest); /** * Get an access token. * *

Retrieve access token with an activation url. This is a public API without any * authentication. */ RetrieveTokenResponse retrieveToken(RetrieveTokenRequest retrieveTokenRequest); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy