Uses of Class
com.oracle.bmc.batch.responses.DeleteBatchTaskProfileResponse
-
Packages that use DeleteBatchTaskProfileResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of DeleteBatchTaskProfileResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return DeleteBatchTaskProfileResponse Modifier and Type Method Description DeleteBatchTaskProfileResponseBatchComputing. deleteBatchTaskProfile(DeleteBatchTaskProfileRequest request)Deletes a batch task profile.DeleteBatchTaskProfileResponseBatchComputingClient. deleteBatchTaskProfile(DeleteBatchTaskProfileRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type DeleteBatchTaskProfileResponse Modifier and Type Method Description Future<DeleteBatchTaskProfileResponse>BatchComputingAsync. deleteBatchTaskProfile(DeleteBatchTaskProfileRequest request, AsyncHandler<DeleteBatchTaskProfileRequest,DeleteBatchTaskProfileResponse> handler)Deletes a batch task profile.Future<DeleteBatchTaskProfileResponse>BatchComputingAsyncClient. deleteBatchTaskProfile(DeleteBatchTaskProfileRequest request, AsyncHandler<DeleteBatchTaskProfileRequest,DeleteBatchTaskProfileResponse> handler)Method parameters in com.oracle.bmc.batch with type arguments of type DeleteBatchTaskProfileResponse Modifier and Type Method Description Future<DeleteBatchTaskProfileResponse>BatchComputingAsync. deleteBatchTaskProfile(DeleteBatchTaskProfileRequest request, AsyncHandler<DeleteBatchTaskProfileRequest,DeleteBatchTaskProfileResponse> handler)Deletes a batch task profile.Future<DeleteBatchTaskProfileResponse>BatchComputingAsyncClient. deleteBatchTaskProfile(DeleteBatchTaskProfileRequest request, AsyncHandler<DeleteBatchTaskProfileRequest,DeleteBatchTaskProfileResponse> handler) -
Uses of DeleteBatchTaskProfileResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return DeleteBatchTaskProfileResponse Modifier and Type Method Description DeleteBatchTaskProfileResponseDeleteBatchTaskProfileResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type DeleteBatchTaskProfileResponse Modifier and Type Method Description DeleteBatchTaskProfileResponse.BuilderDeleteBatchTaskProfileResponse.Builder. copy(DeleteBatchTaskProfileResponse o)Copy method to populate the builder with values from the given instance.
-