Uses of Class
com.oracle.bmc.aidataplatform.model.AiDataPlatformSummary
-
Packages that use AiDataPlatformSummary Package Description com.oracle.bmc.aidataplatform com.oracle.bmc.aidataplatform.model -
-
Uses of AiDataPlatformSummary in com.oracle.bmc.aidataplatform
Methods in com.oracle.bmc.aidataplatform that return types with arguments of type AiDataPlatformSummary Modifier and Type Method Description Iterable<AiDataPlatformSummary>AiDataPlatformPaginators. listAiDataPlatformsRecordIterator(ListAiDataPlatformsRequest request)Creates a new iterable which will iterate over theAiDataPlatformSummaryobjects contained in responses from the listAiDataPlatforms operation. -
Uses of AiDataPlatformSummary in com.oracle.bmc.aidataplatform.model
Methods in com.oracle.bmc.aidataplatform.model that return AiDataPlatformSummary Modifier and Type Method Description AiDataPlatformSummaryAiDataPlatformSummary.Builder. build()Methods in com.oracle.bmc.aidataplatform.model that return types with arguments of type AiDataPlatformSummary Modifier and Type Method Description List<AiDataPlatformSummary>AiDataPlatformCollection. getItems()List of AiDataPlatforms.Methods in com.oracle.bmc.aidataplatform.model with parameters of type AiDataPlatformSummary Modifier and Type Method Description AiDataPlatformSummary.BuilderAiDataPlatformSummary.Builder. copy(AiDataPlatformSummary model)Method parameters in com.oracle.bmc.aidataplatform.model with type arguments of type AiDataPlatformSummary Modifier and Type Method Description AiDataPlatformCollection.BuilderAiDataPlatformCollection.Builder. items(List<AiDataPlatformSummary> items)List of AiDataPlatforms.Constructor parameters in com.oracle.bmc.aidataplatform.model with type arguments of type AiDataPlatformSummary Constructor Description AiDataPlatformCollection(List<AiDataPlatformSummary> items)Deprecated.
-