Uses of Class
software.amazon.awssdk.services.customerprofiles.model.Profile
-
Packages that use Profile Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Profile in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type Profile Modifier and Type Method Description List<Profile>SearchProfilesResponse. items()The list of Profiles matching the search criteria.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type Profile Modifier and Type Method Description SearchProfilesResponse.BuilderSearchProfilesResponse.Builder. items(Profile... items)The list of Profiles matching the search criteria.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type Profile Modifier and Type Method Description SearchProfilesResponse.BuilderSearchProfilesResponse.Builder. items(Collection<Profile> items)The list of Profiles matching the search criteria.
-