Uses of Class
com.oracle.bmc.batch.model.BatchTaskProfileSummary
-
Packages that use BatchTaskProfileSummary Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model -
-
Uses of BatchTaskProfileSummary in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return types with arguments of type BatchTaskProfileSummary Modifier and Type Method Description Iterable<BatchTaskProfileSummary>BatchComputingPaginators. listBatchTaskProfilesRecordIterator(ListBatchTaskProfilesRequest request)Creates a new iterable which will iterate over theBatchTaskProfileSummaryobjects contained in responses from the listBatchTaskProfiles operation. -
Uses of BatchTaskProfileSummary in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchTaskProfileSummary Modifier and Type Method Description BatchTaskProfileSummaryBatchTaskProfileSummary.Builder. build()Methods in com.oracle.bmc.batch.model that return types with arguments of type BatchTaskProfileSummary Modifier and Type Method Description List<BatchTaskProfileSummary>BatchTaskProfileCollection. getItems()List of batch task profiles.Methods in com.oracle.bmc.batch.model with parameters of type BatchTaskProfileSummary Modifier and Type Method Description BatchTaskProfileSummary.BuilderBatchTaskProfileSummary.Builder. copy(BatchTaskProfileSummary model)Method parameters in com.oracle.bmc.batch.model with type arguments of type BatchTaskProfileSummary Modifier and Type Method Description BatchTaskProfileCollection.BuilderBatchTaskProfileCollection.Builder. items(List<BatchTaskProfileSummary> items)List of batch task profiles.Constructor parameters in com.oracle.bmc.batch.model with type arguments of type BatchTaskProfileSummary Constructor Description BatchTaskProfileCollection(List<BatchTaskProfileSummary> items)Deprecated.
-