| 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 |
|---|---|
SearchTypesResult |
AbstractAmazonDataZone.searchTypes(SearchTypesRequest request) |
SearchTypesResult |
AmazonDataZoneClient.searchTypes(SearchTypesRequest request)
Searches for types in Amazon DataZone.
|
SearchTypesResult |
AmazonDataZone.searchTypes(SearchTypesRequest searchTypesRequest)
Searches for types in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchTypesResult> |
AbstractAmazonDataZoneAsync.searchTypesAsync(SearchTypesRequest request,
AsyncHandler<SearchTypesRequest,SearchTypesResult> asyncHandler) |
Future<SearchTypesResult> |
AmazonDataZoneAsyncClient.searchTypesAsync(SearchTypesRequest request,
AsyncHandler<SearchTypesRequest,SearchTypesResult> asyncHandler) |
Future<SearchTypesResult> |
AmazonDataZoneAsync.searchTypesAsync(SearchTypesRequest searchTypesRequest,
AsyncHandler<SearchTypesRequest,SearchTypesResult> asyncHandler)
Searches for types in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
SearchTypesResult |
SearchTypesResult.clone() |
SearchTypesResult |
SearchTypesResult.withItems(Collection<SearchTypesResultItem> items)
The results of the
SearchTypes action. |
SearchTypesResult |
SearchTypesResult.withItems(SearchTypesResultItem... items)
The results of the
SearchTypes action. |
SearchTypesResult |
SearchTypesResult.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. |
SearchTypesResult |
SearchTypesResult.withTotalMatchCount(Integer totalMatchCount)
Total number of search results.
|
Copyright © 2024. All rights reserved.