Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.SubscriptionMappingSummary
-
Packages that use SubscriptionMappingSummary Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of SubscriptionMappingSummary in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type SubscriptionMappingSummary Modifier and Type Method Description Iterable<SubscriptionMappingSummary>
SubscriptionPaginators. listSubscriptionMappingsRecordIterator(ListSubscriptionMappingsRequest request)
Creates a new iterable which will iterate over theSubscriptionMappingSummary
objects contained in responses from the listSubscriptionMappings operation. -
Uses of SubscriptionMappingSummary in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return SubscriptionMappingSummary Modifier and Type Method Description SubscriptionMappingSummary
SubscriptionMappingSummary.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type SubscriptionMappingSummary Modifier and Type Method Description List<SubscriptionMappingSummary>
SubscriptionMappingCollection. getItems()
Array containing subscription mapping items.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SubscriptionMappingSummary Modifier and Type Method Description SubscriptionMappingSummary.Builder
SubscriptionMappingSummary.Builder. copy(SubscriptionMappingSummary model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type SubscriptionMappingSummary Modifier and Type Method Description SubscriptionMappingCollection.Builder
SubscriptionMappingCollection.Builder. items(List<SubscriptionMappingSummary> items)
Array containing subscription mapping items.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type SubscriptionMappingSummary Constructor Description SubscriptionMappingCollection(List<SubscriptionMappingSummary> items)
Deprecated.
-