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 Profile Modifier and Type Method Description ProfileProfileQueryResult. profile()Returns the value of the Profile property for this object.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.List<Profile>BatchGetProfileResponse. profiles()Array of Profile Objects.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.ProfileQueryResult.BuilderProfileQueryResult.Builder. profile(Profile profile)Sets the value of the Profile property for this object.BatchGetProfileResponse.BuilderBatchGetProfileResponse.Builder. profiles(Profile... profiles)Array of Profile Objects.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.BatchGetProfileResponse.BuilderBatchGetProfileResponse.Builder. profiles(Collection<Profile> profiles)Array of Profile Objects.
-