| 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 |
|---|---|
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.
|
Future<SearchTypesResult> |
AbstractAmazonDataZoneAsync.searchTypesAsync(SearchTypesRequest request,
AsyncHandler<SearchTypesRequest,SearchTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchTypesRequest |
SearchTypesRequest.clone() |
SearchTypesRequest |
SearchTypesRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to invoke the
SearchTypes action. |
SearchTypesRequest |
SearchTypesRequest.withFilters(FilterClause filters)
The filters for the
SearchTypes action. |
SearchTypesRequest |
SearchTypesRequest.withManaged(Boolean managed)
Specifies whether the search is managed.
|
SearchTypesRequest |
SearchTypesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call to
SearchTypes. |
SearchTypesRequest |
SearchTypesRequest.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. |
SearchTypesRequest |
SearchTypesRequest.withSearchIn(Collection<SearchInItem> searchIn)
The details of the search.
|
SearchTypesRequest |
SearchTypesRequest.withSearchIn(SearchInItem... searchIn)
The details of the search.
|
SearchTypesRequest |
SearchTypesRequest.withSearchScope(String searchScope)
Specifies the scope of the search for types.
|
SearchTypesRequest |
SearchTypesRequest.withSearchScope(TypesSearchScope searchScope)
Specifies the scope of the search for types.
|
SearchTypesRequest |
SearchTypesRequest.withSearchText(String searchText)
Specifies the text for which to search.
|
SearchTypesRequest |
SearchTypesRequest.withSort(SearchSort sort)
The specifies the way to sort the
SearchTypes results. |
Copyright © 2024. All rights reserved.