Uses of Class
com.oracle.bmc.cloudbridge.model.AssetAggregation
-
Packages that use AssetAggregation Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of AssetAggregation in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return AssetAggregation Modifier and Type Method Description AssetAggregation
AssetAggregation.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type AssetAggregation Modifier and Type Method Description List<AssetAggregation>
AssetAggregationCollection. getItems()
List of asset aggregations.Methods in com.oracle.bmc.cloudbridge.model with parameters of type AssetAggregation Modifier and Type Method Description AssetAggregation.Builder
AssetAggregation.Builder. copy(AssetAggregation model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type AssetAggregation Modifier and Type Method Description AssetAggregationCollection.Builder
AssetAggregationCollection.Builder. items(List<AssetAggregation> items)
List of asset aggregations.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type AssetAggregation Constructor Description AssetAggregationCollection(List<AssetAggregation> items)
Deprecated.
-