Package | Description |
---|---|
com.oracle.bmc.osmanagement | |
com.oracle.bmc.osmanagement.requests |
Modifier and Type | Method and Description |
---|---|
SearchSoftwarePackagesResponse |
OsManagement.searchSoftwarePackages(SearchSoftwarePackagesRequest request)
Searches all of the available Software Sources and returns any/all Software Packages matching
the search criteria.
|
SearchSoftwarePackagesResponse |
OsManagementClient.searchSoftwarePackages(SearchSoftwarePackagesRequest request) |
Future<SearchSoftwarePackagesResponse> |
OsManagementAsync.searchSoftwarePackages(SearchSoftwarePackagesRequest request,
AsyncHandler<SearchSoftwarePackagesRequest,SearchSoftwarePackagesResponse> handler)
Searches all of the available Software Sources and returns any/all Software Packages matching
the search criteria.
|
Future<SearchSoftwarePackagesResponse> |
OsManagementAsyncClient.searchSoftwarePackages(SearchSoftwarePackagesRequest request,
AsyncHandler<SearchSoftwarePackagesRequest,SearchSoftwarePackagesResponse> handler) |
Iterable<SoftwarePackageSearchSummary> |
OsManagementPaginators.searchSoftwarePackagesRecordIterator(SearchSoftwarePackagesRequest request)
Creates a new iterable which will iterate over the
SoftwarePackageSearchSummary objects contained in
responses from the searchSoftwarePackages operation. |
Iterable<SearchSoftwarePackagesResponse> |
OsManagementPaginators.searchSoftwarePackagesResponseIterator(SearchSoftwarePackagesRequest request)
Creates a new iterable which will iterate over the responses received from the
searchSoftwarePackages operation.
|
Modifier and Type | Method and Description |
---|---|
Future<SearchSoftwarePackagesResponse> |
OsManagementAsync.searchSoftwarePackages(SearchSoftwarePackagesRequest request,
AsyncHandler<SearchSoftwarePackagesRequest,SearchSoftwarePackagesResponse> handler)
Searches all of the available Software Sources and returns any/all Software Packages matching
the search criteria.
|
Future<SearchSoftwarePackagesResponse> |
OsManagementAsyncClient.searchSoftwarePackages(SearchSoftwarePackagesRequest request,
AsyncHandler<SearchSoftwarePackagesRequest,SearchSoftwarePackagesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
SearchSoftwarePackagesRequest |
SearchSoftwarePackagesRequest.Builder.build()
Build the instance of SearchSoftwarePackagesRequest as configured by this builder
|
SearchSoftwarePackagesRequest |
SearchSoftwarePackagesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of SearchSoftwarePackagesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
SearchSoftwarePackagesRequest.Builder |
SearchSoftwarePackagesRequest.Builder.copy(SearchSoftwarePackagesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.