Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListSoftwareSourcesResponse
-
Packages that use ListSoftwareSourcesResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListSoftwareSourcesResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListSoftwareSourcesResponse Modifier and Type Method Description ListSoftwareSourcesResponseSoftwareSource. listSoftwareSources(ListSoftwareSourcesRequest request)Lists software sources that match the specified tenancy or software source OCID.ListSoftwareSourcesResponseSoftwareSourceClient. listSoftwareSources(ListSoftwareSourcesRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListSoftwareSourcesResponse 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)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 ListSoftwareSourcesResponse 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 ListSoftwareSourcesResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListSoftwareSourcesResponse Modifier and Type Method Description ListSoftwareSourcesResponseListSoftwareSourcesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListSoftwareSourcesResponse Modifier and Type Method Description ListSoftwareSourcesResponse.BuilderListSoftwareSourcesResponse.Builder. copy(ListSoftwareSourcesResponse o)Copy method to populate the builder with values from the given instance.
-