Uses of Class
com.cloudera.cdp.dw.model.ExternalBucketAccessInfo
-
Packages that use ExternalBucketAccessInfo Package Description com.cloudera.cdp.dw.model -
-
Uses of ExternalBucketAccessInfo in com.cloudera.cdp.dw.model
Methods in com.cloudera.cdp.dw.model that return ExternalBucketAccessInfo Modifier and Type Method Description ExternalBucketAccessInfo
ExternalBucket. getAccessInfo()
Getter for accessInfo.Methods in com.cloudera.cdp.dw.model that return types with arguments of type ExternalBucketAccessInfo Modifier and Type Method Description Map<String,ExternalBucketAccessInfo>
UpdateClusterRequestAwsUpdate. getExternalBuckets()
Getter for externalBuckets.Methods in com.cloudera.cdp.dw.model with parameters of type ExternalBucketAccessInfo Modifier and Type Method Description void
ExternalBucket. setAccessInfo(ExternalBucketAccessInfo accessInfo)
Setter for accessInfo.Method parameters in com.cloudera.cdp.dw.model with type arguments of type ExternalBucketAccessInfo Modifier and Type Method Description void
UpdateClusterRequestAwsUpdate. setExternalBuckets(Map<String,ExternalBucketAccessInfo> externalBuckets)
Setter for externalBuckets.
-