Uses of Class
com.oracle.bmc.artifacts.requests.ChangeContainerRepositoryCompartmentRequest
-
Packages that use ChangeContainerRepositoryCompartmentRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests -
-
Uses of ChangeContainerRepositoryCompartmentRequest in com.oracle.bmc.artifacts
Method parameters in com.oracle.bmc.artifacts with type arguments of type ChangeContainerRepositoryCompartmentRequest Modifier and Type Method Description Future<ChangeContainerRepositoryCompartmentResponse>
ArtifactsAsync. changeContainerRepositoryCompartment(ChangeContainerRepositoryCompartmentRequest request, AsyncHandler<ChangeContainerRepositoryCompartmentRequest,ChangeContainerRepositoryCompartmentResponse> handler)
Moves a container repository into a different compartment within the same tenancy.Future<ChangeContainerRepositoryCompartmentResponse>
ArtifactsAsyncClient. changeContainerRepositoryCompartment(ChangeContainerRepositoryCompartmentRequest request, AsyncHandler<ChangeContainerRepositoryCompartmentRequest,ChangeContainerRepositoryCompartmentResponse> handler)
-
Uses of ChangeContainerRepositoryCompartmentRequest in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return ChangeContainerRepositoryCompartmentRequest Modifier and Type Method Description ChangeContainerRepositoryCompartmentRequest
ChangeContainerRepositoryCompartmentRequest.Builder. build()
Build the instance of ChangeContainerRepositoryCompartmentRequest as configured by this builderChangeContainerRepositoryCompartmentRequest
ChangeContainerRepositoryCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeContainerRepositoryCompartmentRequest as configured by this builderMethods in com.oracle.bmc.artifacts.requests with parameters of type ChangeContainerRepositoryCompartmentRequest Modifier and Type Method Description ChangeContainerRepositoryCompartmentRequest.Builder
ChangeContainerRepositoryCompartmentRequest.Builder. copy(ChangeContainerRepositoryCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-