Uses of Class
com.oracle.bmc.core.requests.ChangeImageCompartmentRequest
-
Packages that use ChangeImageCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangeImageCompartmentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ChangeImageCompartmentRequest Modifier and Type Method Description ChangeImageCompartmentResponseCompute. changeImageCompartment(ChangeImageCompartmentRequest request)Moves an image into a different compartment within the same tenancy.Future<ChangeImageCompartmentResponse>ComputeAsync. changeImageCompartment(ChangeImageCompartmentRequest request, AsyncHandler<ChangeImageCompartmentRequest,ChangeImageCompartmentResponse> handler)Moves an image into a different compartment within the same tenancy.Future<ChangeImageCompartmentResponse>ComputeAsyncClient. changeImageCompartment(ChangeImageCompartmentRequest request, AsyncHandler<ChangeImageCompartmentRequest,ChangeImageCompartmentResponse> handler)ChangeImageCompartmentResponseComputeClient. changeImageCompartment(ChangeImageCompartmentRequest request)Method parameters in com.oracle.bmc.core with type arguments of type ChangeImageCompartmentRequest Modifier and Type Method Description Future<ChangeImageCompartmentResponse>ComputeAsync. changeImageCompartment(ChangeImageCompartmentRequest request, AsyncHandler<ChangeImageCompartmentRequest,ChangeImageCompartmentResponse> handler)Moves an image into a different compartment within the same tenancy.Future<ChangeImageCompartmentResponse>ComputeAsyncClient. changeImageCompartment(ChangeImageCompartmentRequest request, AsyncHandler<ChangeImageCompartmentRequest,ChangeImageCompartmentResponse> handler) -
Uses of ChangeImageCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeImageCompartmentRequest Modifier and Type Method Description ChangeImageCompartmentRequestChangeImageCompartmentRequest.Builder. build()Build the instance of ChangeImageCompartmentRequest as configured by this builderChangeImageCompartmentRequestChangeImageCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeImageCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangeImageCompartmentRequest Modifier and Type Method Description ChangeImageCompartmentRequest.BuilderChangeImageCompartmentRequest.Builder. copy(ChangeImageCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-