Uses of Class
com.oracle.bmc.multicloud.model.ResourceAnchorSummary
- 
Packages that use ResourceAnchorSummary Package Description com.oracle.bmc.multicloud com.oracle.bmc.multicloud.model 
- 
- 
Uses of ResourceAnchorSummary in com.oracle.bmc.multicloudMethods in com.oracle.bmc.multicloud that return types with arguments of type ResourceAnchorSummary Modifier and Type Method Description Iterable<ResourceAnchorSummary>OmhubResourceAnchorPaginators. listResourceAnchorsRecordIterator(ListResourceAnchorsRequest request)Creates a new iterable which will iterate over theResourceAnchorSummaryobjects contained in responses from the listResourceAnchors operation.
- 
Uses of ResourceAnchorSummary in com.oracle.bmc.multicloud.modelMethods in com.oracle.bmc.multicloud.model that return ResourceAnchorSummary Modifier and Type Method Description ResourceAnchorSummaryResourceAnchorSummary.Builder. build()Methods in com.oracle.bmc.multicloud.model that return types with arguments of type ResourceAnchorSummary Modifier and Type Method Description List<ResourceAnchorSummary>ResourceAnchorCollection. getItems()List of resourceAnchors.Methods in com.oracle.bmc.multicloud.model with parameters of type ResourceAnchorSummary Modifier and Type Method Description ResourceAnchorSummary.BuilderResourceAnchorSummary.Builder. copy(ResourceAnchorSummary model)Method parameters in com.oracle.bmc.multicloud.model with type arguments of type ResourceAnchorSummary Modifier and Type Method Description ResourceAnchorCollection.BuilderResourceAnchorCollection.Builder. items(List<ResourceAnchorSummary> items)List of resourceAnchors.Constructor parameters in com.oracle.bmc.multicloud.model with type arguments of type ResourceAnchorSummary Constructor Description ResourceAnchorCollection(List<ResourceAnchorSummary> items)Deprecated.
 
-