Uses of Class
com.oracle.bmc.marketplacepublisher.responses.ListSupportDocsResponse
-
Packages that use ListSupportDocsResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of ListSupportDocsResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return ListSupportDocsResponse Modifier and Type Method Description ListSupportDocsResponse
MarketplacePublisher. listSupportDocs(ListSupportDocsRequest request)
Lists the supportDocs in your compartment.ListSupportDocsResponse
MarketplacePublisherClient. listSupportDocs(ListSupportDocsRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ListSupportDocsResponse Modifier and Type Method Description Future<ListSupportDocsResponse>
MarketplacePublisherAsync. listSupportDocs(ListSupportDocsRequest request, AsyncHandler<ListSupportDocsRequest,ListSupportDocsResponse> handler)
Lists the supportDocs in your compartment.Future<ListSupportDocsResponse>
MarketplacePublisherAsyncClient. listSupportDocs(ListSupportDocsRequest request, AsyncHandler<ListSupportDocsRequest,ListSupportDocsResponse> handler)
Iterable<ListSupportDocsResponse>
MarketplacePublisherPaginators. listSupportDocsResponseIterator(ListSupportDocsRequest request)
Creates a new iterable which will iterate over the responses received from the listSupportDocs operation.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ListSupportDocsResponse Modifier and Type Method Description Future<ListSupportDocsResponse>
MarketplacePublisherAsync. listSupportDocs(ListSupportDocsRequest request, AsyncHandler<ListSupportDocsRequest,ListSupportDocsResponse> handler)
Lists the supportDocs in your compartment.Future<ListSupportDocsResponse>
MarketplacePublisherAsyncClient. listSupportDocs(ListSupportDocsRequest request, AsyncHandler<ListSupportDocsRequest,ListSupportDocsResponse> handler)
-
Uses of ListSupportDocsResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return ListSupportDocsResponse Modifier and Type Method Description ListSupportDocsResponse
ListSupportDocsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type ListSupportDocsResponse Modifier and Type Method Description ListSupportDocsResponse.Builder
ListSupportDocsResponse.Builder. copy(ListSupportDocsResponse o)
Copy method to populate the builder with values from the given instance.
-