Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.AssignedSubscriptionSummary
- 
Packages that use AssignedSubscriptionSummary Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model 
- 
- 
Uses of AssignedSubscriptionSummary in com.oracle.bmc.tenantmanagercontrolplaneMethods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type AssignedSubscriptionSummary Modifier and Type Method Description Iterable<AssignedSubscriptionSummary>SubscriptionPaginators. listAssignedSubscriptionsRecordIterator(ListAssignedSubscriptionsRequest request)Creates a new iterable which will iterate over theAssignedSubscriptionSummaryobjects contained in responses from the listAssignedSubscriptions operation.
- 
Uses of AssignedSubscriptionSummary in com.oracle.bmc.tenantmanagercontrolplane.modelSubclasses of AssignedSubscriptionSummary in com.oracle.bmc.tenantmanagercontrolplane.model Modifier and Type Class Description classClassicAssignedSubscriptionSummarySummary of assigned subscription information.classCloudAssignedSubscriptionSummarySummary of assigned subscription information.Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type AssignedSubscriptionSummary Modifier and Type Method Description List<AssignedSubscriptionSummary>AssignedSubscriptionCollection. getItems()Array containing assigned subscription summary items.Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type AssignedSubscriptionSummary Modifier and Type Method Description AssignedSubscriptionCollection.BuilderAssignedSubscriptionCollection.Builder. items(List<AssignedSubscriptionSummary> items)Array containing assigned subscription summary items.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type AssignedSubscriptionSummary Constructor Description AssignedSubscriptionCollection(List<AssignedSubscriptionSummary> items)Deprecated.
 
-