Uses of Class
com.oracle.bmc.ddfs.model.InstanceSummary
-
Packages that use InstanceSummary Package Description com.oracle.bmc.ddfs com.oracle.bmc.ddfs.model -
-
Uses of InstanceSummary in com.oracle.bmc.ddfs
Methods in com.oracle.bmc.ddfs that return types with arguments of type InstanceSummary Modifier and Type Method Description Iterable<InstanceSummary>InstancePaginators. listInstancesRecordIterator(ListInstancesRequest request)Creates a new iterable which will iterate over theInstanceSummaryobjects contained in responses from the listInstances operation. -
Uses of InstanceSummary in com.oracle.bmc.ddfs.model
Methods in com.oracle.bmc.ddfs.model that return InstanceSummary Modifier and Type Method Description InstanceSummaryInstanceSummary.Builder. build()Methods in com.oracle.bmc.ddfs.model that return types with arguments of type InstanceSummary Modifier and Type Method Description List<InstanceSummary>InstanceCollection. getItems()List of instances.Methods in com.oracle.bmc.ddfs.model with parameters of type InstanceSummary Modifier and Type Method Description InstanceSummary.BuilderInstanceSummary.Builder. copy(InstanceSummary model)Method parameters in com.oracle.bmc.ddfs.model with type arguments of type InstanceSummary Modifier and Type Method Description InstanceCollection.BuilderInstanceCollection.Builder. items(List<InstanceSummary> items)List of instances.Constructor parameters in com.oracle.bmc.ddfs.model with type arguments of type InstanceSummary Constructor Description InstanceCollection(List<InstanceSummary> items)Deprecated.
-