Sku 类
定义
SKU parameters supplied to the create Namespace operation.
public class Sku
- 继承
-
java.lang.ObjectSku
方法
capacity() |
Get the capacity value.
|
name() |
Get the name value.
|
tier() |
Get the tier value.
|
withCapacity(Integer capacity) |
Set the capacity value.
|
withName(SkuName name) |
Set the name value.
|
withTier(SkuTier tier) |
Set the tier value.
|