Uses of Class
com.databricks.sdk.service.settings.TokenInfo
-
Packages that use TokenInfo Package Description com.databricks.sdk.service.settings -
-
Uses of TokenInfo in com.databricks.sdk.service.settings
Methods in com.databricks.sdk.service.settings that return TokenInfo Modifier and Type Method Description TokenInfoTokenManagementAPI. get(GetTokenManagementRequest request)Get token info.TokenInfoTokenManagementAPI. get(String tokenId)TokenInfoTokenManagementService. get(GetTokenManagementRequest getTokenManagementRequest)Get token info.TokenInfoCreateOboTokenResponse. getTokenInfo()TokenInfoTokenInfo. setComment(String comment)TokenInfoTokenInfo. setCreatedById(Long createdById)TokenInfoTokenInfo. setCreatedByUsername(String createdByUsername)TokenInfoTokenInfo. setCreationTime(Long creationTime)TokenInfoTokenInfo. setExpiryTime(Long expiryTime)TokenInfoTokenInfo. setOwnerId(Long ownerId)TokenInfoTokenInfo. setTokenId(String tokenId)Methods in com.databricks.sdk.service.settings that return types with arguments of type TokenInfo Modifier and Type Method Description Collection<TokenInfo>ListTokensResponse. getTokenInfos()Iterable<TokenInfo>TokenManagementAPI. list(ListTokenManagementRequest request)List all tokens.Iterable<TokenInfo>TokensAPI. list()List tokens.Methods in com.databricks.sdk.service.settings with parameters of type TokenInfo Modifier and Type Method Description CreateOboTokenResponseCreateOboTokenResponse. setTokenInfo(TokenInfo tokenInfo)Method parameters in com.databricks.sdk.service.settings with type arguments of type TokenInfo Modifier and Type Method Description ListTokensResponseListTokensResponse. setTokenInfos(Collection<TokenInfo> tokenInfos)
-