Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.Sku
-
Packages that use Sku Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of Sku in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return Sku Modifier and Type Method Description Sku
Sku.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type Sku Modifier and Type Method Description List<Sku>
SubscriptionInfo. getSkus()
List of SKUs the subscription contains.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type Sku Modifier and Type Method Description Sku.Builder
Sku.Builder. copy(Sku model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type Sku Modifier and Type Method Description SubscriptionInfo.Builder
SubscriptionInfo.Builder. skus(List<Sku> skus)
List of SKUs the subscription contains.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type Sku Constructor Description SubscriptionInfo(String spmSubscriptionId, String service, Date startDate, Date endDate, List<Sku> skus)
Deprecated.
-