Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.OrganizationTenancySummary
- 
Packages that use OrganizationTenancySummary Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model 
- 
- 
Uses of OrganizationTenancySummary in com.oracle.bmc.tenantmanagercontrolplaneMethods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type OrganizationTenancySummary Modifier and Type Method Description Iterable<OrganizationTenancySummary>OrganizationPaginators. listOrganizationTenanciesRecordIterator(ListOrganizationTenanciesRequest request)Creates a new iterable which will iterate over theOrganizationTenancySummaryobjects contained in responses from the listOrganizationTenancies operation.
- 
Uses of OrganizationTenancySummary in com.oracle.bmc.tenantmanagercontrolplane.modelMethods in com.oracle.bmc.tenantmanagercontrolplane.model that return OrganizationTenancySummary Modifier and Type Method Description OrganizationTenancySummaryOrganizationTenancySummary.Builder. build()Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type OrganizationTenancySummary Modifier and Type Method Description List<OrganizationTenancySummary>OrganizationTenancyCollection. getItems()Array containing OrganizationTenancySummary items.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type OrganizationTenancySummary Modifier and Type Method Description OrganizationTenancySummary.BuilderOrganizationTenancySummary.Builder. copy(OrganizationTenancySummary model)Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type OrganizationTenancySummary Modifier and Type Method Description OrganizationTenancyCollection.BuilderOrganizationTenancyCollection.Builder. items(List<OrganizationTenancySummary> items)Array containing OrganizationTenancySummary items.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type OrganizationTenancySummary Constructor Description OrganizationTenancyCollection(List<OrganizationTenancySummary> items)Deprecated.
 
-