Uses of Class
com.oracle.bmc.batch.responses.DeleteBatchTaskEnvironmentResponse
-
Packages that use DeleteBatchTaskEnvironmentResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of DeleteBatchTaskEnvironmentResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return DeleteBatchTaskEnvironmentResponse Modifier and Type Method Description DeleteBatchTaskEnvironmentResponseBatchComputing. deleteBatchTaskEnvironment(DeleteBatchTaskEnvironmentRequest request)Deletes a batch task environment.DeleteBatchTaskEnvironmentResponseBatchComputingClient. deleteBatchTaskEnvironment(DeleteBatchTaskEnvironmentRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type DeleteBatchTaskEnvironmentResponse Modifier and Type Method Description Future<DeleteBatchTaskEnvironmentResponse>BatchComputingAsync. deleteBatchTaskEnvironment(DeleteBatchTaskEnvironmentRequest request, AsyncHandler<DeleteBatchTaskEnvironmentRequest,DeleteBatchTaskEnvironmentResponse> handler)Deletes a batch task environment.Future<DeleteBatchTaskEnvironmentResponse>BatchComputingAsyncClient. deleteBatchTaskEnvironment(DeleteBatchTaskEnvironmentRequest request, AsyncHandler<DeleteBatchTaskEnvironmentRequest,DeleteBatchTaskEnvironmentResponse> handler)Method parameters in com.oracle.bmc.batch with type arguments of type DeleteBatchTaskEnvironmentResponse Modifier and Type Method Description Future<DeleteBatchTaskEnvironmentResponse>BatchComputingAsync. deleteBatchTaskEnvironment(DeleteBatchTaskEnvironmentRequest request, AsyncHandler<DeleteBatchTaskEnvironmentRequest,DeleteBatchTaskEnvironmentResponse> handler)Deletes a batch task environment.Future<DeleteBatchTaskEnvironmentResponse>BatchComputingAsyncClient. deleteBatchTaskEnvironment(DeleteBatchTaskEnvironmentRequest request, AsyncHandler<DeleteBatchTaskEnvironmentRequest,DeleteBatchTaskEnvironmentResponse> handler) -
Uses of DeleteBatchTaskEnvironmentResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return DeleteBatchTaskEnvironmentResponse Modifier and Type Method Description DeleteBatchTaskEnvironmentResponseDeleteBatchTaskEnvironmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type DeleteBatchTaskEnvironmentResponse Modifier and Type Method Description DeleteBatchTaskEnvironmentResponse.BuilderDeleteBatchTaskEnvironmentResponse.Builder. copy(DeleteBatchTaskEnvironmentResponse o)Copy method to populate the builder with values from the given instance.
-