Uses of Class
com.oracle.bmc.marketplace.requests.DeletePublicationRequest
- 
Packages that use DeletePublicationRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests  - 
- 
Uses of DeletePublicationRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type DeletePublicationRequest Modifier and Type Method Description DeletePublicationResponseMarketplace. deletePublication(DeletePublicationRequest request)Deletes a publication, which also removes the associated listing from anywhere it was published, such as Marketplace or Compute.Future<DeletePublicationResponse>MarketplaceAsync. deletePublication(DeletePublicationRequest request, AsyncHandler<DeletePublicationRequest,DeletePublicationResponse> handler)Deletes a publication, which also removes the associated listing from anywhere it was published, such as Marketplace or Compute.Future<DeletePublicationResponse>MarketplaceAsyncClient. deletePublication(DeletePublicationRequest request, AsyncHandler<DeletePublicationRequest,DeletePublicationResponse> handler)DeletePublicationResponseMarketplaceClient. deletePublication(DeletePublicationRequest request)Method parameters in com.oracle.bmc.marketplace with type arguments of type DeletePublicationRequest Modifier and Type Method Description Future<DeletePublicationResponse>MarketplaceAsync. deletePublication(DeletePublicationRequest request, AsyncHandler<DeletePublicationRequest,DeletePublicationResponse> handler)Deletes a publication, which also removes the associated listing from anywhere it was published, such as Marketplace or Compute.Future<DeletePublicationResponse>MarketplaceAsyncClient. deletePublication(DeletePublicationRequest request, AsyncHandler<DeletePublicationRequest,DeletePublicationResponse> handler) - 
Uses of DeletePublicationRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return DeletePublicationRequest Modifier and Type Method Description DeletePublicationRequestDeletePublicationRequest.Builder. build()Build the instance of DeletePublicationRequest as configured by this builderDeletePublicationRequestDeletePublicationRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeletePublicationRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type DeletePublicationRequest Modifier and Type Method Description DeletePublicationRequest.BuilderDeletePublicationRequest.Builder. copy(DeletePublicationRequest o)Copy method to populate the builder with values from the given instance. 
 -