Uses of Class
com.oracle.bmc.marketplacepublisher.requests.ChangeListingCompartmentRequest
-
Packages that use ChangeListingCompartmentRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ChangeListingCompartmentRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type ChangeListingCompartmentRequest Modifier and Type Method Description ChangeListingCompartmentResponse
MarketplacePublisher. changeListingCompartment(ChangeListingCompartmentRequest request)
Moves a listing from one compartment to anotherFuture<ChangeListingCompartmentResponse>
MarketplacePublisherAsync. changeListingCompartment(ChangeListingCompartmentRequest request, AsyncHandler<ChangeListingCompartmentRequest,ChangeListingCompartmentResponse> handler)
Moves a listing from one compartment to anotherFuture<ChangeListingCompartmentResponse>
MarketplacePublisherAsyncClient. changeListingCompartment(ChangeListingCompartmentRequest request, AsyncHandler<ChangeListingCompartmentRequest,ChangeListingCompartmentResponse> handler)
ChangeListingCompartmentResponse
MarketplacePublisherClient. changeListingCompartment(ChangeListingCompartmentRequest request)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ChangeListingCompartmentRequest Modifier and Type Method Description Future<ChangeListingCompartmentResponse>
MarketplacePublisherAsync. changeListingCompartment(ChangeListingCompartmentRequest request, AsyncHandler<ChangeListingCompartmentRequest,ChangeListingCompartmentResponse> handler)
Moves a listing from one compartment to anotherFuture<ChangeListingCompartmentResponse>
MarketplacePublisherAsyncClient. changeListingCompartment(ChangeListingCompartmentRequest request, AsyncHandler<ChangeListingCompartmentRequest,ChangeListingCompartmentResponse> handler)
-
Uses of ChangeListingCompartmentRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return ChangeListingCompartmentRequest Modifier and Type Method Description ChangeListingCompartmentRequest
ChangeListingCompartmentRequest.Builder. build()
Build the instance of ChangeListingCompartmentRequest as configured by this builderChangeListingCompartmentRequest
ChangeListingCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeListingCompartmentRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type ChangeListingCompartmentRequest Modifier and Type Method Description ChangeListingCompartmentRequest.Builder
ChangeListingCompartmentRequest.Builder. copy(ChangeListingCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-