Uses of Class
com.oracle.bmc.batch.responses.DeleteBatchContextResponse
-
Packages that use DeleteBatchContextResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of DeleteBatchContextResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return DeleteBatchContextResponse Modifier and Type Method Description DeleteBatchContextResponseBatchComputing. deleteBatchContext(DeleteBatchContextRequest request)Deletes a batch context.DeleteBatchContextResponseBatchComputingClient. deleteBatchContext(DeleteBatchContextRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type DeleteBatchContextResponse Modifier and Type Method Description Future<DeleteBatchContextResponse>BatchComputingAsync. deleteBatchContext(DeleteBatchContextRequest request, AsyncHandler<DeleteBatchContextRequest,DeleteBatchContextResponse> handler)Deletes a batch context.Future<DeleteBatchContextResponse>BatchComputingAsyncClient. deleteBatchContext(DeleteBatchContextRequest request, AsyncHandler<DeleteBatchContextRequest,DeleteBatchContextResponse> handler)Method parameters in com.oracle.bmc.batch with type arguments of type DeleteBatchContextResponse Modifier and Type Method Description Future<DeleteBatchContextResponse>BatchComputingAsync. deleteBatchContext(DeleteBatchContextRequest request, AsyncHandler<DeleteBatchContextRequest,DeleteBatchContextResponse> handler)Deletes a batch context.Future<DeleteBatchContextResponse>BatchComputingAsyncClient. deleteBatchContext(DeleteBatchContextRequest request, AsyncHandler<DeleteBatchContextRequest,DeleteBatchContextResponse> handler) -
Uses of DeleteBatchContextResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return DeleteBatchContextResponse Modifier and Type Method Description DeleteBatchContextResponseDeleteBatchContextResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type DeleteBatchContextResponse Modifier and Type Method Description DeleteBatchContextResponse.BuilderDeleteBatchContextResponse.Builder. copy(DeleteBatchContextResponse o)Copy method to populate the builder with values from the given instance.
-