Uses of Class
com.oracle.bmc.marketplace.requests.UpdatePublicationRequest
-
Packages that use UpdatePublicationRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of UpdatePublicationRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type UpdatePublicationRequest Modifier and Type Method Description UpdatePublicationResponse
Marketplace. updatePublication(UpdatePublicationRequest request)
Updates the details of an existing publication.Future<UpdatePublicationResponse>
MarketplaceAsync. updatePublication(UpdatePublicationRequest request, AsyncHandler<UpdatePublicationRequest,UpdatePublicationResponse> handler)
Updates the details of an existing publication.Future<UpdatePublicationResponse>
MarketplaceAsyncClient. updatePublication(UpdatePublicationRequest request, AsyncHandler<UpdatePublicationRequest,UpdatePublicationResponse> handler)
UpdatePublicationResponse
MarketplaceClient. updatePublication(UpdatePublicationRequest request)
Method parameters in com.oracle.bmc.marketplace with type arguments of type UpdatePublicationRequest Modifier and Type Method Description Future<UpdatePublicationResponse>
MarketplaceAsync. updatePublication(UpdatePublicationRequest request, AsyncHandler<UpdatePublicationRequest,UpdatePublicationResponse> handler)
Updates the details of an existing publication.Future<UpdatePublicationResponse>
MarketplaceAsyncClient. updatePublication(UpdatePublicationRequest request, AsyncHandler<UpdatePublicationRequest,UpdatePublicationResponse> handler)
-
Uses of UpdatePublicationRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return UpdatePublicationRequest Modifier and Type Method Description UpdatePublicationRequest
UpdatePublicationRequest.Builder. build()
Build the instance of UpdatePublicationRequest as configured by this builderUpdatePublicationRequest
UpdatePublicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePublicationRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type UpdatePublicationRequest Modifier and Type Method Description UpdatePublicationRequest.Builder
UpdatePublicationRequest.Builder. copy(UpdatePublicationRequest o)
Copy method to populate the builder with values from the given instance.
-