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