Uses of Class
com.oracle.bmc.marketplacepublisher.responses.ListAvailableServicesResponse
-
Packages that use ListAvailableServicesResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of ListAvailableServicesResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return ListAvailableServicesResponse Modifier and Type Method Description ListAvailableServicesResponseMarketplacePublisher. listAvailableServices(ListAvailableServicesRequest request)List all published service listing revisionsListAvailableServicesResponseMarketplacePublisherClient. listAvailableServices(ListAvailableServicesRequest request)Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ListAvailableServicesResponse Modifier and Type Method Description Future<ListAvailableServicesResponse>MarketplacePublisherAsync. listAvailableServices(ListAvailableServicesRequest request, AsyncHandler<ListAvailableServicesRequest,ListAvailableServicesResponse> handler)List all published service listing revisionsFuture<ListAvailableServicesResponse>MarketplacePublisherAsyncClient. listAvailableServices(ListAvailableServicesRequest request, AsyncHandler<ListAvailableServicesRequest,ListAvailableServicesResponse> handler)Iterable<ListAvailableServicesResponse>MarketplacePublisherPaginators. listAvailableServicesResponseIterator(ListAvailableServicesRequest request)Creates a new iterable which will iterate over the responses received from the listAvailableServices operation.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ListAvailableServicesResponse Modifier and Type Method Description Future<ListAvailableServicesResponse>MarketplacePublisherAsync. listAvailableServices(ListAvailableServicesRequest request, AsyncHandler<ListAvailableServicesRequest,ListAvailableServicesResponse> handler)List all published service listing revisionsFuture<ListAvailableServicesResponse>MarketplacePublisherAsyncClient. listAvailableServices(ListAvailableServicesRequest request, AsyncHandler<ListAvailableServicesRequest,ListAvailableServicesResponse> handler) -
Uses of ListAvailableServicesResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return ListAvailableServicesResponse Modifier and Type Method Description ListAvailableServicesResponseListAvailableServicesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type ListAvailableServicesResponse Modifier and Type Method Description ListAvailableServicesResponse.BuilderListAvailableServicesResponse.Builder. copy(ListAvailableServicesResponse o)Copy method to populate the builder with values from the given instance.
-