Uses of Class
com.oracle.bmc.batch.model.BatchTaskEnvironmentSummary
-
Packages that use BatchTaskEnvironmentSummary Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model -
-
Uses of BatchTaskEnvironmentSummary in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return types with arguments of type BatchTaskEnvironmentSummary Modifier and Type Method Description Iterable<BatchTaskEnvironmentSummary>BatchComputingPaginators. listBatchTaskEnvironmentsRecordIterator(ListBatchTaskEnvironmentsRequest request)Creates a new iterable which will iterate over theBatchTaskEnvironmentSummaryobjects contained in responses from the listBatchTaskEnvironments operation. -
Uses of BatchTaskEnvironmentSummary in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchTaskEnvironmentSummary Modifier and Type Method Description BatchTaskEnvironmentSummaryBatchTaskEnvironmentSummary.Builder. build()Methods in com.oracle.bmc.batch.model that return types with arguments of type BatchTaskEnvironmentSummary Modifier and Type Method Description List<BatchTaskEnvironmentSummary>BatchTaskEnvironmentCollection. getItems()List of batch task environments.Methods in com.oracle.bmc.batch.model with parameters of type BatchTaskEnvironmentSummary Modifier and Type Method Description BatchTaskEnvironmentSummary.BuilderBatchTaskEnvironmentSummary.Builder. copy(BatchTaskEnvironmentSummary model)Method parameters in com.oracle.bmc.batch.model with type arguments of type BatchTaskEnvironmentSummary Modifier and Type Method Description BatchTaskEnvironmentCollection.BuilderBatchTaskEnvironmentCollection.Builder. items(List<BatchTaskEnvironmentSummary> items)List of batch task environments.Constructor parameters in com.oracle.bmc.batch.model with type arguments of type BatchTaskEnvironmentSummary Constructor Description BatchTaskEnvironmentCollection(List<BatchTaskEnvironmentSummary> items)Deprecated.
-