Uses of Class
com.oracle.bmc.marketplacepublisher.requests.ListSupportDocsRequest
-
Packages that use ListSupportDocsRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ListSupportDocsRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type ListSupportDocsRequest Modifier and Type Method Description ListSupportDocsResponseMarketplacePublisher. listSupportDocs(ListSupportDocsRequest request)Lists the supportDocs in your compartment.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)ListSupportDocsResponseMarketplacePublisherClient. listSupportDocs(ListSupportDocsRequest request)Iterable<SupportDocSummary>MarketplacePublisherPaginators. listSupportDocsRecordIterator(ListSupportDocsRequest request)Creates a new iterable which will iterate over theSupportDocSummaryobjects contained in responses from the listSupportDocs operation.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 ListSupportDocsRequest 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 ListSupportDocsRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return ListSupportDocsRequest Modifier and Type Method Description ListSupportDocsRequestListSupportDocsRequest.Builder. build()Build the instance of ListSupportDocsRequest as configured by this builderListSupportDocsRequestListSupportDocsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSupportDocsRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type ListSupportDocsRequest Modifier and Type Method Description ListSupportDocsRequest.BuilderListSupportDocsRequest.Builder. copy(ListSupportDocsRequest o)Copy method to populate the builder with values from the given instance.
-