Uses of Class
com.oracle.bmc.batch.requests.ChangeBatchTaskEnvironmentCompartmentRequest
-
Packages that use ChangeBatchTaskEnvironmentCompartmentRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of ChangeBatchTaskEnvironmentCompartmentRequest in com.oracle.bmc.batch
Method parameters in com.oracle.bmc.batch with type arguments of type ChangeBatchTaskEnvironmentCompartmentRequest Modifier and Type Method Description Future<ChangeBatchTaskEnvironmentCompartmentResponse>BatchComputingAsync. changeBatchTaskEnvironmentCompartment(ChangeBatchTaskEnvironmentCompartmentRequest request, AsyncHandler<ChangeBatchTaskEnvironmentCompartmentRequest,ChangeBatchTaskEnvironmentCompartmentResponse> handler)Moves a batch task environment into a different compartment within the same tenancy.Future<ChangeBatchTaskEnvironmentCompartmentResponse>BatchComputingAsyncClient. changeBatchTaskEnvironmentCompartment(ChangeBatchTaskEnvironmentCompartmentRequest request, AsyncHandler<ChangeBatchTaskEnvironmentCompartmentRequest,ChangeBatchTaskEnvironmentCompartmentResponse> handler) -
Uses of ChangeBatchTaskEnvironmentCompartmentRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return ChangeBatchTaskEnvironmentCompartmentRequest Modifier and Type Method Description ChangeBatchTaskEnvironmentCompartmentRequestChangeBatchTaskEnvironmentCompartmentRequest.Builder. build()Build the instance of ChangeBatchTaskEnvironmentCompartmentRequest as configured by this builderChangeBatchTaskEnvironmentCompartmentRequestChangeBatchTaskEnvironmentCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeBatchTaskEnvironmentCompartmentRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type ChangeBatchTaskEnvironmentCompartmentRequest Modifier and Type Method Description ChangeBatchTaskEnvironmentCompartmentRequest.BuilderChangeBatchTaskEnvironmentCompartmentRequest.Builder. copy(ChangeBatchTaskEnvironmentCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-