Uses of Class
com.databricks.sdk.service.compute.S3StorageInfo
-
Packages that use S3StorageInfo Package Description com.databricks.sdk.service.compute -
-
Uses of S3StorageInfo in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return S3StorageInfo Modifier and Type Method Description S3StorageInfoClusterLogConf. getS3()S3StorageInfoInitScriptInfo. getS3()S3StorageInfoS3StorageInfo. setCannedAcl(String cannedAcl)S3StorageInfoS3StorageInfo. setDestination(String destination)S3StorageInfoS3StorageInfo. setEnableEncryption(Boolean enableEncryption)S3StorageInfoS3StorageInfo. setEncryptionType(String encryptionType)S3StorageInfoS3StorageInfo. setEndpoint(String endpoint)S3StorageInfoS3StorageInfo. setKmsKey(String kmsKey)S3StorageInfoS3StorageInfo. setRegion(String region)Methods in com.databricks.sdk.service.compute with parameters of type S3StorageInfo Modifier and Type Method Description ClusterLogConfClusterLogConf. setS3(S3StorageInfo s3)InitScriptInfoInitScriptInfo. setS3(S3StorageInfo s3)
-