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