Uses of Class
com.oracle.bmc.batch.model.BatchTaskProfile
-
Packages that use BatchTaskProfile Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.responses -
-
Uses of BatchTaskProfile in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchTaskProfile Modifier and Type Method Description BatchTaskProfileBatchTaskProfile.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type BatchTaskProfile Modifier and Type Method Description BatchTaskProfile.BuilderBatchTaskProfile.Builder. copy(BatchTaskProfile model) -
Uses of BatchTaskProfile in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return BatchTaskProfile Modifier and Type Method Description BatchTaskProfileCreateBatchTaskProfileResponse. getBatchTaskProfile()The returned BatchTaskProfile instance.BatchTaskProfileGetBatchTaskProfileResponse. getBatchTaskProfile()The returned BatchTaskProfile instance.BatchTaskProfileUpdateBatchTaskProfileResponse. getBatchTaskProfile()The returned BatchTaskProfile instance.Methods in com.oracle.bmc.batch.responses with parameters of type BatchTaskProfile Modifier and Type Method Description CreateBatchTaskProfileResponse.BuilderCreateBatchTaskProfileResponse.Builder. batchTaskProfile(BatchTaskProfile batchTaskProfile)The returned BatchTaskProfile instance.GetBatchTaskProfileResponse.BuilderGetBatchTaskProfileResponse.Builder. batchTaskProfile(BatchTaskProfile batchTaskProfile)The returned BatchTaskProfile instance.UpdateBatchTaskProfileResponse.BuilderUpdateBatchTaskProfileResponse.Builder. batchTaskProfile(BatchTaskProfile batchTaskProfile)The returned BatchTaskProfile instance.
-