Uses of Interface
software.amazon.awssdk.services.datazone.model.SearchUserProfilesResponse.Builder
-
Packages that use SearchUserProfilesResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SearchUserProfilesResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SearchUserProfilesResponse.Builder Modifier and Type Method Description static SearchUserProfilesResponse.BuilderSearchUserProfilesResponse. builder()SearchUserProfilesResponse.BuilderSearchUserProfilesResponse.Builder. items(Collection<UserProfileSummary> items)The results of theSearchUserProfilesaction.SearchUserProfilesResponse.BuilderSearchUserProfilesResponse.Builder. items(Consumer<UserProfileSummary.Builder>... items)The results of theSearchUserProfilesaction.SearchUserProfilesResponse.BuilderSearchUserProfilesResponse.Builder. items(UserProfileSummary... items)The results of theSearchUserProfilesaction.SearchUserProfilesResponse.BuilderSearchUserProfilesResponse.Builder. nextToken(String nextToken)When the number of results is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken.SearchUserProfilesResponse.BuilderSearchUserProfilesResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SearchUserProfilesResponse.Builder Modifier and Type Method Description static Class<? extends SearchUserProfilesResponse.Builder>SearchUserProfilesResponse. serializableBuilderClass()
-