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.tenantmanagercontrolplane
Methods 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 theAssignedSubscriptionSummary
objects contained in responses from the listAssignedSubscriptions operation. -
Uses of AssignedSubscriptionSummary in com.oracle.bmc.tenantmanagercontrolplane.model
Subclasses of AssignedSubscriptionSummary in com.oracle.bmc.tenantmanagercontrolplane.model Modifier and Type Class Description class
ClassicAssignedSubscriptionSummary
Summary of assigned subscription information.class
CloudAssignedSubscriptionSummary
Summary 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.Builder
AssignedSubscriptionCollection.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.
-