Uses of Class
com.databricks.sdk.service.compute.AddInstanceProfile
-
Packages that use AddInstanceProfile Package Description com.databricks.sdk.service.compute -
-
Uses of AddInstanceProfile in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return AddInstanceProfile Modifier and Type Method Description AddInstanceProfile
AddInstanceProfile. setIamRoleArn(String iamRoleArn)
AddInstanceProfile
AddInstanceProfile. setInstanceProfileArn(String instanceProfileArn)
AddInstanceProfile
AddInstanceProfile. setIsMetaInstanceProfile(Boolean isMetaInstanceProfile)
AddInstanceProfile
AddInstanceProfile. setSkipValidation(Boolean skipValidation)
Methods in com.databricks.sdk.service.compute with parameters of type AddInstanceProfile Modifier and Type Method Description void
InstanceProfilesAPI. add(AddInstanceProfile request)
Register an instance profile.void
InstanceProfilesService. add(AddInstanceProfile addInstanceProfile)
Register an instance profile.
-