Uses of Class
com.oracle.bmc.marketplace.requests.ChangePublicationCompartmentRequest
-
Packages that use ChangePublicationCompartmentRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of ChangePublicationCompartmentRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type ChangePublicationCompartmentRequest Modifier and Type Method Description ChangePublicationCompartmentResponse
Marketplace. changePublicationCompartment(ChangePublicationCompartmentRequest request)
Moves the specified publication from one compartment to another.Future<ChangePublicationCompartmentResponse>
MarketplaceAsync. changePublicationCompartment(ChangePublicationCompartmentRequest request, AsyncHandler<ChangePublicationCompartmentRequest,ChangePublicationCompartmentResponse> handler)
Moves the specified publication from one compartment to another.Future<ChangePublicationCompartmentResponse>
MarketplaceAsyncClient. changePublicationCompartment(ChangePublicationCompartmentRequest request, AsyncHandler<ChangePublicationCompartmentRequest,ChangePublicationCompartmentResponse> handler)
ChangePublicationCompartmentResponse
MarketplaceClient. changePublicationCompartment(ChangePublicationCompartmentRequest request)
Method parameters in com.oracle.bmc.marketplace with type arguments of type ChangePublicationCompartmentRequest Modifier and Type Method Description Future<ChangePublicationCompartmentResponse>
MarketplaceAsync. changePublicationCompartment(ChangePublicationCompartmentRequest request, AsyncHandler<ChangePublicationCompartmentRequest,ChangePublicationCompartmentResponse> handler)
Moves the specified publication from one compartment to another.Future<ChangePublicationCompartmentResponse>
MarketplaceAsyncClient. changePublicationCompartment(ChangePublicationCompartmentRequest request, AsyncHandler<ChangePublicationCompartmentRequest,ChangePublicationCompartmentResponse> handler)
-
Uses of ChangePublicationCompartmentRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ChangePublicationCompartmentRequest Modifier and Type Method Description ChangePublicationCompartmentRequest
ChangePublicationCompartmentRequest.Builder. build()
Build the instance of ChangePublicationCompartmentRequest as configured by this builderChangePublicationCompartmentRequest
ChangePublicationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangePublicationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type ChangePublicationCompartmentRequest Modifier and Type Method Description ChangePublicationCompartmentRequest.Builder
ChangePublicationCompartmentRequest.Builder. copy(ChangePublicationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-