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 ChangeImageCompartmentResponse
Compute. 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)
ChangeImageCompartmentResponse
ComputeClient. 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 ChangeImageCompartmentRequest
ChangeImageCompartmentRequest.Builder. build()
Build the instance of ChangeImageCompartmentRequest as configured by this builderChangeImageCompartmentRequest
ChangeImageCompartmentRequest.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.Builder
ChangeImageCompartmentRequest.Builder. copy(ChangeImageCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-