Uses of Class
com.databricks.sdk.service.compute.InstanceProfile
-
Packages that use InstanceProfile Package Description com.databricks.sdk.service.compute -
-
Uses of InstanceProfile in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return InstanceProfile Modifier and Type Method Description InstanceProfileInstanceProfile. setIamRoleArn(String iamRoleArn)InstanceProfileInstanceProfile. setInstanceProfileArn(String instanceProfileArn)InstanceProfileInstanceProfile. setIsMetaInstanceProfile(Boolean isMetaInstanceProfile)Methods in com.databricks.sdk.service.compute that return types with arguments of type InstanceProfile Modifier and Type Method Description Collection<InstanceProfile>ListInstanceProfilesResponse. getInstanceProfiles()Iterable<InstanceProfile>InstanceProfilesAPI. list()List available instance profiles.Methods in com.databricks.sdk.service.compute with parameters of type InstanceProfile Modifier and Type Method Description voidInstanceProfilesAPI. edit(InstanceProfile request)Edit an instance profile.voidInstanceProfilesService. edit(InstanceProfile instanceProfile)Edit an instance profile.Method parameters in com.databricks.sdk.service.compute with type arguments of type InstanceProfile Modifier and Type Method Description ListInstanceProfilesResponseListInstanceProfilesResponse. setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
-