Uses of Class
com.oracle.bmc.marketplacepublisher.responses.DeleteListingResponse
-
Packages that use DeleteListingResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of DeleteListingResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return DeleteListingResponse Modifier and Type Method Description DeleteListingResponseMarketplacePublisher. deleteListing(DeleteListingRequest request)Deletes a listing by the identifierDeleteListingResponseMarketplacePublisherClient. deleteListing(DeleteListingRequest request)Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type DeleteListingResponse 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)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type DeleteListingResponse 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 DeleteListingResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return DeleteListingResponse Modifier and Type Method Description DeleteListingResponseDeleteListingResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type DeleteListingResponse Modifier and Type Method Description DeleteListingResponse.BuilderDeleteListingResponse.Builder. copy(DeleteListingResponse o)Copy method to populate the builder with values from the given instance.
-