| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
SearchListingsResult |
AbstractAmazonDataZone.searchListings(SearchListingsRequest request) |
SearchListingsResult |
AmazonDataZoneClient.searchListings(SearchListingsRequest request)
Searches listings (records of an asset at a given time) in Amazon DataZone.
|
SearchListingsResult |
AmazonDataZone.searchListings(SearchListingsRequest searchListingsRequest)
Searches listings (records of an asset at a given time) in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchListingsResult> |
AbstractAmazonDataZoneAsync.searchListingsAsync(SearchListingsRequest request,
AsyncHandler<SearchListingsRequest,SearchListingsResult> asyncHandler) |
Future<SearchListingsResult> |
AmazonDataZoneAsyncClient.searchListingsAsync(SearchListingsRequest request,
AsyncHandler<SearchListingsRequest,SearchListingsResult> asyncHandler) |
Future<SearchListingsResult> |
AmazonDataZoneAsync.searchListingsAsync(SearchListingsRequest searchListingsRequest,
AsyncHandler<SearchListingsRequest,SearchListingsResult> asyncHandler)
Searches listings (records of an asset at a given time) in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
SearchListingsResult |
SearchListingsResult.clone() |
SearchListingsResult |
SearchListingsResult.withItems(Collection<SearchResultItem> items)
The results of the
SearchListings action. |
SearchListingsResult |
SearchListingsResult.withItems(SearchResultItem... items)
The results of the
SearchListings action. |
SearchListingsResult |
SearchListingsResult.withNextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken. |
SearchListingsResult |
SearchListingsResult.withTotalMatchCount(Integer totalMatchCount)
Total number of search results.
|
Copyright © 2024. All rights reserved.