Uses of Class
com.oracle.bmc.marketplacepublisher.responses.UpdateArtifactResponse
-
Packages that use UpdateArtifactResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of UpdateArtifactResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return UpdateArtifactResponse Modifier and Type Method Description UpdateArtifactResponse
MarketplacePublisher. updateArtifact(UpdateArtifactRequest request)
Updates the specified artifact identified by the id.UpdateArtifactResponse
MarketplacePublisherClient. updateArtifact(UpdateArtifactRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type UpdateArtifactResponse Modifier and Type Method Description Future<UpdateArtifactResponse>
MarketplacePublisherAsync. updateArtifact(UpdateArtifactRequest request, AsyncHandler<UpdateArtifactRequest,UpdateArtifactResponse> handler)
Updates the specified artifact identified by the id.Future<UpdateArtifactResponse>
MarketplacePublisherAsyncClient. updateArtifact(UpdateArtifactRequest request, AsyncHandler<UpdateArtifactRequest,UpdateArtifactResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type UpdateArtifactResponse Modifier and Type Method Description Future<UpdateArtifactResponse>
MarketplacePublisherAsync. updateArtifact(UpdateArtifactRequest request, AsyncHandler<UpdateArtifactRequest,UpdateArtifactResponse> handler)
Updates the specified artifact identified by the id.Future<UpdateArtifactResponse>
MarketplacePublisherAsyncClient. updateArtifact(UpdateArtifactRequest request, AsyncHandler<UpdateArtifactRequest,UpdateArtifactResponse> handler)
-
Uses of UpdateArtifactResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return UpdateArtifactResponse Modifier and Type Method Description UpdateArtifactResponse
UpdateArtifactResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type UpdateArtifactResponse Modifier and Type Method Description UpdateArtifactResponse.Builder
UpdateArtifactResponse.Builder. copy(UpdateArtifactResponse o)
Copy method to populate the builder with values from the given instance.
-