Uses of Class
com.oracle.bmc.marketplacepublisher.responses.CreateListingRevisionAttachmentResponse
-
Packages that use CreateListingRevisionAttachmentResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of CreateListingRevisionAttachmentResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return CreateListingRevisionAttachmentResponse Modifier and Type Method Description CreateListingRevisionAttachmentResponse
MarketplacePublisher. createListingRevisionAttachment(CreateListingRevisionAttachmentRequest request)
Creates a new listing revision attachment.CreateListingRevisionAttachmentResponse
MarketplacePublisherClient. createListingRevisionAttachment(CreateListingRevisionAttachmentRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type CreateListingRevisionAttachmentResponse Modifier and Type Method Description Future<CreateListingRevisionAttachmentResponse>
MarketplacePublisherAsync. createListingRevisionAttachment(CreateListingRevisionAttachmentRequest request, AsyncHandler<CreateListingRevisionAttachmentRequest,CreateListingRevisionAttachmentResponse> handler)
Creates a new listing revision attachment.Future<CreateListingRevisionAttachmentResponse>
MarketplacePublisherAsyncClient. createListingRevisionAttachment(CreateListingRevisionAttachmentRequest request, AsyncHandler<CreateListingRevisionAttachmentRequest,CreateListingRevisionAttachmentResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type CreateListingRevisionAttachmentResponse Modifier and Type Method Description Future<CreateListingRevisionAttachmentResponse>
MarketplacePublisherAsync. createListingRevisionAttachment(CreateListingRevisionAttachmentRequest request, AsyncHandler<CreateListingRevisionAttachmentRequest,CreateListingRevisionAttachmentResponse> handler)
Creates a new listing revision attachment.Future<CreateListingRevisionAttachmentResponse>
MarketplacePublisherAsyncClient. createListingRevisionAttachment(CreateListingRevisionAttachmentRequest request, AsyncHandler<CreateListingRevisionAttachmentRequest,CreateListingRevisionAttachmentResponse> handler)
-
Uses of CreateListingRevisionAttachmentResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return CreateListingRevisionAttachmentResponse Modifier and Type Method Description CreateListingRevisionAttachmentResponse
CreateListingRevisionAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type CreateListingRevisionAttachmentResponse Modifier and Type Method Description CreateListingRevisionAttachmentResponse.Builder
CreateListingRevisionAttachmentResponse.Builder. copy(CreateListingRevisionAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-