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.tenantmanagercontrolplane
Methods 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 theOrganizationTenancySummary
objects contained in responses from the listOrganizationTenancies operation. -
Uses of OrganizationTenancySummary in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return OrganizationTenancySummary Modifier and Type Method Description OrganizationTenancySummary
OrganizationTenancySummary.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.Builder
OrganizationTenancySummary.Builder. copy(OrganizationTenancySummary model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type OrganizationTenancySummary Modifier and Type Method Description OrganizationTenancyCollection.Builder
OrganizationTenancyCollection.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.
-