Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListSoftwareSourcesRequest
-
Packages that use ListSoftwareSourcesRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListSoftwareSourcesRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ListSoftwareSourcesRequest Modifier and Type Method Description ListSoftwareSourcesResponseSoftwareSource. listSoftwareSources(ListSoftwareSourcesRequest request)Lists software sources that match the specified tenancy or software source OCID.Future<ListSoftwareSourcesResponse>SoftwareSourceAsync. listSoftwareSources(ListSoftwareSourcesRequest request, AsyncHandler<ListSoftwareSourcesRequest,ListSoftwareSourcesResponse> handler)Lists software sources that match the specified tenancy or software source OCID.Future<ListSoftwareSourcesResponse>SoftwareSourceAsyncClient. listSoftwareSources(ListSoftwareSourcesRequest request, AsyncHandler<ListSoftwareSourcesRequest,ListSoftwareSourcesResponse> handler)ListSoftwareSourcesResponseSoftwareSourceClient. listSoftwareSources(ListSoftwareSourcesRequest request)Iterable<SoftwareSourceSummary>SoftwareSourcePaginators. listSoftwareSourcesRecordIterator(ListSoftwareSourcesRequest request)Creates a new iterable which will iterate over theSoftwareSourceSummaryobjects contained in responses from the listSoftwareSources operation.Iterable<ListSoftwareSourcesResponse>SoftwareSourcePaginators. listSoftwareSourcesResponseIterator(ListSoftwareSourcesRequest request)Creates a new iterable which will iterate over the responses received from the listSoftwareSources operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListSoftwareSourcesRequest Modifier and Type Method Description Future<ListSoftwareSourcesResponse>SoftwareSourceAsync. listSoftwareSources(ListSoftwareSourcesRequest request, AsyncHandler<ListSoftwareSourcesRequest,ListSoftwareSourcesResponse> handler)Lists software sources that match the specified tenancy or software source OCID.Future<ListSoftwareSourcesResponse>SoftwareSourceAsyncClient. listSoftwareSources(ListSoftwareSourcesRequest request, AsyncHandler<ListSoftwareSourcesRequest,ListSoftwareSourcesResponse> handler) -
Uses of ListSoftwareSourcesRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListSoftwareSourcesRequest Modifier and Type Method Description ListSoftwareSourcesRequestListSoftwareSourcesRequest.Builder. build()Build the instance of ListSoftwareSourcesRequest as configured by this builderListSoftwareSourcesRequestListSoftwareSourcesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSoftwareSourcesRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListSoftwareSourcesRequest Modifier and Type Method Description ListSoftwareSourcesRequest.BuilderListSoftwareSourcesRequest.Builder. copy(ListSoftwareSourcesRequest o)Copy method to populate the builder with values from the given instance.
-