Uses of Class
com.oracle.bmc.marketplace.responses.ChangePublicationCompartmentResponse
-
Packages that use ChangePublicationCompartmentResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of ChangePublicationCompartmentResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return ChangePublicationCompartmentResponse Modifier and Type Method Description ChangePublicationCompartmentResponse
Marketplace. changePublicationCompartment(ChangePublicationCompartmentRequest request)
Moves the specified publication from one compartment to another.ChangePublicationCompartmentResponse
MarketplaceClient. changePublicationCompartment(ChangePublicationCompartmentRequest request)
Methods in com.oracle.bmc.marketplace that return types with arguments of type ChangePublicationCompartmentResponse 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)
Method parameters in com.oracle.bmc.marketplace with type arguments of type ChangePublicationCompartmentResponse 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 ChangePublicationCompartmentResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return ChangePublicationCompartmentResponse Modifier and Type Method Description ChangePublicationCompartmentResponse
ChangePublicationCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type ChangePublicationCompartmentResponse Modifier and Type Method Description ChangePublicationCompartmentResponse.Builder
ChangePublicationCompartmentResponse.Builder. copy(ChangePublicationCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-