Uses of Class
com.oracle.bmc.batch.requests.DeleteBatchContextRequest
-
Packages that use DeleteBatchContextRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of DeleteBatchContextRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type DeleteBatchContextRequest Modifier and Type Method Description DeleteBatchContextResponseBatchComputing. deleteBatchContext(DeleteBatchContextRequest request)Deletes a batch context.Future<DeleteBatchContextResponse>BatchComputingAsync. deleteBatchContext(DeleteBatchContextRequest request, AsyncHandler<DeleteBatchContextRequest,DeleteBatchContextResponse> handler)Deletes a batch context.Future<DeleteBatchContextResponse>BatchComputingAsyncClient. deleteBatchContext(DeleteBatchContextRequest request, AsyncHandler<DeleteBatchContextRequest,DeleteBatchContextResponse> handler)DeleteBatchContextResponseBatchComputingClient. deleteBatchContext(DeleteBatchContextRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type DeleteBatchContextRequest 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 DeleteBatchContextRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return DeleteBatchContextRequest Modifier and Type Method Description DeleteBatchContextRequestDeleteBatchContextRequest.Builder. build()Build the instance of DeleteBatchContextRequest as configured by this builderDeleteBatchContextRequestDeleteBatchContextRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteBatchContextRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type DeleteBatchContextRequest Modifier and Type Method Description DeleteBatchContextRequest.BuilderDeleteBatchContextRequest.Builder. copy(DeleteBatchContextRequest o)Copy method to populate the builder with values from the given instance.
-