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.multicloud
Methods 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 theResourceAnchorSummary
objects contained in responses from the listResourceAnchors operation. -
Uses of ResourceAnchorSummary in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return ResourceAnchorSummary Modifier and Type Method Description ResourceAnchorSummary
ResourceAnchorSummary.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.Builder
ResourceAnchorSummary.Builder. copy(ResourceAnchorSummary model)
Method parameters in com.oracle.bmc.multicloud.model with type arguments of type ResourceAnchorSummary Modifier and Type Method Description ResourceAnchorCollection.Builder
ResourceAnchorCollection.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.
-