Uses of Class
com.oracle.bmc.batch.responses.ChangeBatchTaskEnvironmentCompartmentResponse
-
Packages that use ChangeBatchTaskEnvironmentCompartmentResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of ChangeBatchTaskEnvironmentCompartmentResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return ChangeBatchTaskEnvironmentCompartmentResponse Modifier and Type Method Description ChangeBatchTaskEnvironmentCompartmentResponseBatchComputing. changeBatchTaskEnvironmentCompartment(ChangeBatchTaskEnvironmentCompartmentRequest request)Moves a batch task environment into a different compartment within the same tenancy.ChangeBatchTaskEnvironmentCompartmentResponseBatchComputingClient. changeBatchTaskEnvironmentCompartment(ChangeBatchTaskEnvironmentCompartmentRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type ChangeBatchTaskEnvironmentCompartmentResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type ChangeBatchTaskEnvironmentCompartmentResponse 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 ChangeBatchTaskEnvironmentCompartmentResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return ChangeBatchTaskEnvironmentCompartmentResponse Modifier and Type Method Description ChangeBatchTaskEnvironmentCompartmentResponseChangeBatchTaskEnvironmentCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type ChangeBatchTaskEnvironmentCompartmentResponse Modifier and Type Method Description ChangeBatchTaskEnvironmentCompartmentResponse.BuilderChangeBatchTaskEnvironmentCompartmentResponse.Builder. copy(ChangeBatchTaskEnvironmentCompartmentResponse o)Copy method to populate the builder with values from the given instance.
-