Uses of Class
com.oracle.bmc.marketplacepublisher.responses.ChangeArtifactCompartmentResponse
-
Packages that use ChangeArtifactCompartmentResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of ChangeArtifactCompartmentResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return ChangeArtifactCompartmentResponse Modifier and Type Method Description ChangeArtifactCompartmentResponse
MarketplacePublisher. changeArtifactCompartment(ChangeArtifactCompartmentRequest request)
Moves the specified artifact to the specified compartment within the same tenancy.ChangeArtifactCompartmentResponse
MarketplacePublisherClient. changeArtifactCompartment(ChangeArtifactCompartmentRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ChangeArtifactCompartmentResponse 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)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ChangeArtifactCompartmentResponse 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 ChangeArtifactCompartmentResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return ChangeArtifactCompartmentResponse Modifier and Type Method Description ChangeArtifactCompartmentResponse
ChangeArtifactCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type ChangeArtifactCompartmentResponse Modifier and Type Method Description ChangeArtifactCompartmentResponse.Builder
ChangeArtifactCompartmentResponse.Builder. copy(ChangeArtifactCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-