| 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<SearchUserProfilesResult> |
AmazonDataZoneAsyncClient.searchUserProfilesAsync(SearchUserProfilesRequest request,
AsyncHandler<SearchUserProfilesRequest,SearchUserProfilesResult> asyncHandler) |
Future<SearchUserProfilesResult> |
AmazonDataZoneAsync.searchUserProfilesAsync(SearchUserProfilesRequest searchUserProfilesRequest,
AsyncHandler<SearchUserProfilesRequest,SearchUserProfilesResult> asyncHandler)
Searches user profiles in Amazon DataZone.
|
Future<SearchUserProfilesResult> |
AbstractAmazonDataZoneAsync.searchUserProfilesAsync(SearchUserProfilesRequest request,
AsyncHandler<SearchUserProfilesRequest,SearchUserProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchUserProfilesRequest |
SearchUserProfilesRequest.clone() |
SearchUserProfilesRequest |
SearchUserProfilesRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to search user profiles.
|
SearchUserProfilesRequest |
SearchUserProfilesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call to
SearchUserProfiles. |
SearchUserProfilesRequest |
SearchUserProfilesRequest.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. |
SearchUserProfilesRequest |
SearchUserProfilesRequest.withSearchText(String searchText)
Specifies the text for which to search.
|
SearchUserProfilesRequest |
SearchUserProfilesRequest.withUserType(String userType)
Specifies the user type for the
SearchUserProfiles action. |
SearchUserProfilesRequest |
SearchUserProfilesRequest.withUserType(UserSearchType userType)
Specifies the user type for the
SearchUserProfiles action. |
Copyright © 2023. All rights reserved.