Uses of Class
com.oracle.bmc.batch.requests.CreateBatchTaskProfileRequest
-
Packages that use CreateBatchTaskProfileRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of CreateBatchTaskProfileRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type CreateBatchTaskProfileRequest Modifier and Type Method Description CreateBatchTaskProfileResponseBatchComputing. createBatchTaskProfile(CreateBatchTaskProfileRequest request)Creates a batch task profile.Future<CreateBatchTaskProfileResponse>BatchComputingAsync. createBatchTaskProfile(CreateBatchTaskProfileRequest request, AsyncHandler<CreateBatchTaskProfileRequest,CreateBatchTaskProfileResponse> handler)Creates a batch task profile.Future<CreateBatchTaskProfileResponse>BatchComputingAsyncClient. createBatchTaskProfile(CreateBatchTaskProfileRequest request, AsyncHandler<CreateBatchTaskProfileRequest,CreateBatchTaskProfileResponse> handler)CreateBatchTaskProfileResponseBatchComputingClient. createBatchTaskProfile(CreateBatchTaskProfileRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type CreateBatchTaskProfileRequest Modifier and Type Method Description Future<CreateBatchTaskProfileResponse>BatchComputingAsync. createBatchTaskProfile(CreateBatchTaskProfileRequest request, AsyncHandler<CreateBatchTaskProfileRequest,CreateBatchTaskProfileResponse> handler)Creates a batch task profile.Future<CreateBatchTaskProfileResponse>BatchComputingAsyncClient. createBatchTaskProfile(CreateBatchTaskProfileRequest request, AsyncHandler<CreateBatchTaskProfileRequest,CreateBatchTaskProfileResponse> handler) -
Uses of CreateBatchTaskProfileRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return CreateBatchTaskProfileRequest Modifier and Type Method Description CreateBatchTaskProfileRequestCreateBatchTaskProfileRequest.Builder. build()Build the instance of CreateBatchTaskProfileRequest as configured by this builderCreateBatchTaskProfileRequestCreateBatchTaskProfileRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateBatchTaskProfileRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type CreateBatchTaskProfileRequest Modifier and Type Method Description CreateBatchTaskProfileRequest.BuilderCreateBatchTaskProfileRequest.Builder. copy(CreateBatchTaskProfileRequest o)Copy method to populate the builder with values from the given instance.
-