Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.SearchProfilesResponse.Builder
-
Packages that use SearchProfilesResponse.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of SearchProfilesResponse.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return SearchProfilesResponse.Builder Modifier and Type Method Description static SearchProfilesResponse.BuilderSearchProfilesResponse. builder()SearchProfilesResponse.BuilderSearchProfilesResponse.Builder. items(Collection<Profile> items)The list of Profiles matching the search criteria.SearchProfilesResponse.BuilderSearchProfilesResponse.Builder. items(Consumer<Profile.Builder>... items)The list of Profiles matching the search criteria.SearchProfilesResponse.BuilderSearchProfilesResponse.Builder. items(Profile... items)The list of Profiles matching the search criteria.SearchProfilesResponse.BuilderSearchProfilesResponse.Builder. nextToken(String nextToken)The pagination token from the previous SearchProfiles API call.SearchProfilesResponse.BuilderSearchProfilesResponse. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type SearchProfilesResponse.Builder Modifier and Type Method Description static Class<? extends SearchProfilesResponse.Builder>SearchProfilesResponse. serializableBuilderClass()
-