Uses of Class
com.oracle.bmc.marketplacepublisher.requests.CreateListingRequest
-
Packages that use CreateListingRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of CreateListingRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type CreateListingRequest Modifier and Type Method Description CreateListingResponse
MarketplacePublisher. createListing(CreateListingRequest request)
Creates a new listing in your compartment.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)
CreateListingResponse
MarketplacePublisherClient. createListing(CreateListingRequest request)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type CreateListingRequest 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 CreateListingRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return CreateListingRequest Modifier and Type Method Description CreateListingRequest
CreateListingRequest.Builder. build()
Build the instance of CreateListingRequest as configured by this builderCreateListingRequest
CreateListingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateListingRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type CreateListingRequest Modifier and Type Method Description CreateListingRequest.Builder
CreateListingRequest.Builder. copy(CreateListingRequest o)
Copy method to populate the builder with values from the given instance.
-