Uses of Class
com.oracle.bmc.datascience.model.ComputeTargetShapeSummary
-
Packages that use ComputeTargetShapeSummary Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.responses -
-
Uses of ComputeTargetShapeSummary in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type ComputeTargetShapeSummary Modifier and Type Method Description Iterable<ComputeTargetShapeSummary>DataSciencePaginators. listComputeTargetShapesRecordIterator(ListComputeTargetShapesRequest request)Creates a new iterable which will iterate over theComputeTargetShapeSummaryobjects contained in responses from the listComputeTargetShapes operation. -
Uses of ComputeTargetShapeSummary in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ComputeTargetShapeSummary Modifier and Type Method Description ComputeTargetShapeSummaryComputeTargetShapeSummary.Builder. build()Methods in com.oracle.bmc.datascience.model with parameters of type ComputeTargetShapeSummary Modifier and Type Method Description ComputeTargetShapeSummary.BuilderComputeTargetShapeSummary.Builder. copy(ComputeTargetShapeSummary model) -
Uses of ComputeTargetShapeSummary in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return types with arguments of type ComputeTargetShapeSummary Modifier and Type Method Description List<ComputeTargetShapeSummary>ListComputeTargetShapesResponse. getItems()A list of com.oracle.bmc.datascience.model.ComputeTargetShapeSummary instances.Method parameters in com.oracle.bmc.datascience.responses with type arguments of type ComputeTargetShapeSummary Modifier and Type Method Description ListComputeTargetShapesResponse.BuilderListComputeTargetShapesResponse.Builder. items(List<ComputeTargetShapeSummary> items)A list of com.oracle.bmc.datascience.model.ComputeTargetShapeSummary instances.
-