Uses of Class
com.oracle.bmc.marketplacepublisher.requests.ChangeArtifactCompartmentRequest
-
Packages that use ChangeArtifactCompartmentRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ChangeArtifactCompartmentRequest in com.oracle.bmc.marketplacepublisher
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ChangeArtifactCompartmentRequest Modifier and Type Method Description Future<ChangeArtifactCompartmentResponse>
MarketplacePublisherAsync. changeArtifactCompartment(ChangeArtifactCompartmentRequest request, AsyncHandler<ChangeArtifactCompartmentRequest,ChangeArtifactCompartmentResponse> handler)
Moves the specified artifact to the specified compartment within the same tenancy.Future<ChangeArtifactCompartmentResponse>
MarketplacePublisherAsyncClient. changeArtifactCompartment(ChangeArtifactCompartmentRequest request, AsyncHandler<ChangeArtifactCompartmentRequest,ChangeArtifactCompartmentResponse> handler)
-
Uses of ChangeArtifactCompartmentRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return ChangeArtifactCompartmentRequest Modifier and Type Method Description ChangeArtifactCompartmentRequest
ChangeArtifactCompartmentRequest.Builder. build()
Build the instance of ChangeArtifactCompartmentRequest as configured by this builderChangeArtifactCompartmentRequest
ChangeArtifactCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeArtifactCompartmentRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type ChangeArtifactCompartmentRequest Modifier and Type Method Description ChangeArtifactCompartmentRequest.Builder
ChangeArtifactCompartmentRequest.Builder. copy(ChangeArtifactCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-