Uses of Class
com.oracle.bmc.batch.responses.CreateBatchTaskProfileResponse
-
Packages that use CreateBatchTaskProfileResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of CreateBatchTaskProfileResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return CreateBatchTaskProfileResponse Modifier and Type Method Description CreateBatchTaskProfileResponseBatchComputing. createBatchTaskProfile(CreateBatchTaskProfileRequest request)Creates a batch task profile.CreateBatchTaskProfileResponseBatchComputingClient. createBatchTaskProfile(CreateBatchTaskProfileRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type CreateBatchTaskProfileResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type CreateBatchTaskProfileResponse 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 CreateBatchTaskProfileResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return CreateBatchTaskProfileResponse Modifier and Type Method Description CreateBatchTaskProfileResponseCreateBatchTaskProfileResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type CreateBatchTaskProfileResponse Modifier and Type Method Description CreateBatchTaskProfileResponse.BuilderCreateBatchTaskProfileResponse.Builder. copy(CreateBatchTaskProfileResponse o)Copy method to populate the builder with values from the given instance.
-