Uses of Class
com.oracle.bmc.marketplacepublisher.responses.CreateListingResponse
-
Packages that use CreateListingResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of CreateListingResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return CreateListingResponse Modifier and Type Method Description CreateListingResponse
MarketplacePublisher. createListing(CreateListingRequest request)
Creates a new listing in your compartment.CreateListingResponse
MarketplacePublisherClient. createListing(CreateListingRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type CreateListingResponse Modifier and Type Method Description Future<CreateListingResponse>
MarketplacePublisherAsync. createListing(CreateListingRequest request, AsyncHandler<CreateListingRequest,CreateListingResponse> handler)
Creates a new listing in your compartment.Future<CreateListingResponse>
MarketplacePublisherAsyncClient. createListing(CreateListingRequest request, AsyncHandler<CreateListingRequest,CreateListingResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type CreateListingResponse Modifier and Type Method Description Future<CreateListingResponse>
MarketplacePublisherAsync. createListing(CreateListingRequest request, AsyncHandler<CreateListingRequest,CreateListingResponse> handler)
Creates a new listing in your compartment.Future<CreateListingResponse>
MarketplacePublisherAsyncClient. createListing(CreateListingRequest request, AsyncHandler<CreateListingRequest,CreateListingResponse> handler)
-
Uses of CreateListingResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return CreateListingResponse Modifier and Type Method Description CreateListingResponse
CreateListingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type CreateListingResponse Modifier and Type Method Description CreateListingResponse.Builder
CreateListingResponse.Builder. copy(CreateListingResponse o)
Copy method to populate the builder with values from the given instance.
-