Uses of Class
com.oracle.bmc.batch.requests.ChangeBatchJobCompartmentRequest
-
Packages that use ChangeBatchJobCompartmentRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of ChangeBatchJobCompartmentRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type ChangeBatchJobCompartmentRequest Modifier and Type Method Description ChangeBatchJobCompartmentResponseBatchComputing. changeBatchJobCompartment(ChangeBatchJobCompartmentRequest request)Moves a batch job into a different compartment within the same tenancy.Future<ChangeBatchJobCompartmentResponse>BatchComputingAsync. changeBatchJobCompartment(ChangeBatchJobCompartmentRequest request, AsyncHandler<ChangeBatchJobCompartmentRequest,ChangeBatchJobCompartmentResponse> handler)Moves a batch job into a different compartment within the same tenancy.Future<ChangeBatchJobCompartmentResponse>BatchComputingAsyncClient. changeBatchJobCompartment(ChangeBatchJobCompartmentRequest request, AsyncHandler<ChangeBatchJobCompartmentRequest,ChangeBatchJobCompartmentResponse> handler)ChangeBatchJobCompartmentResponseBatchComputingClient. changeBatchJobCompartment(ChangeBatchJobCompartmentRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type ChangeBatchJobCompartmentRequest Modifier and Type Method Description Future<ChangeBatchJobCompartmentResponse>BatchComputingAsync. changeBatchJobCompartment(ChangeBatchJobCompartmentRequest request, AsyncHandler<ChangeBatchJobCompartmentRequest,ChangeBatchJobCompartmentResponse> handler)Moves a batch job into a different compartment within the same tenancy.Future<ChangeBatchJobCompartmentResponse>BatchComputingAsyncClient. changeBatchJobCompartment(ChangeBatchJobCompartmentRequest request, AsyncHandler<ChangeBatchJobCompartmentRequest,ChangeBatchJobCompartmentResponse> handler) -
Uses of ChangeBatchJobCompartmentRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return ChangeBatchJobCompartmentRequest Modifier and Type Method Description ChangeBatchJobCompartmentRequestChangeBatchJobCompartmentRequest.Builder. build()Build the instance of ChangeBatchJobCompartmentRequest as configured by this builderChangeBatchJobCompartmentRequestChangeBatchJobCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeBatchJobCompartmentRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type ChangeBatchJobCompartmentRequest Modifier and Type Method Description ChangeBatchJobCompartmentRequest.BuilderChangeBatchJobCompartmentRequest.Builder. copy(ChangeBatchJobCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-