Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.LinkSummary
-
Packages that use LinkSummary Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of LinkSummary in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type LinkSummary Modifier and Type Method Description Iterable<LinkSummary>
LinkPaginators. listLinksRecordIterator(ListLinksRequest request)
Creates a new iterable which will iterate over theLinkSummary
objects contained in responses from the listLinks operation. -
Uses of LinkSummary in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return LinkSummary Modifier and Type Method Description LinkSummary
LinkSummary.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type LinkSummary Modifier and Type Method Description List<LinkSummary>
LinkCollection. getItems()
Array containing LinkSummary items.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type LinkSummary Modifier and Type Method Description LinkSummary.Builder
LinkSummary.Builder. copy(LinkSummary model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type LinkSummary Modifier and Type Method Description LinkCollection.Builder
LinkCollection.Builder. items(List<LinkSummary> items)
Array containing LinkSummary items.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type LinkSummary Constructor Description LinkCollection(List<LinkSummary> items)
Deprecated.
-