Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.ProfileData
-
Packages that use ProfileData Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of ProfileData in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type ProfileData Modifier and Type Method Description List<ProfileData>SearchProfilesResponse. profiles()The profiles that meet the specified set of filter criteria, in sort order.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type ProfileData Modifier and Type Method Description SearchProfilesResponse.BuilderSearchProfilesResponse.Builder. profiles(ProfileData... profiles)The profiles that meet the specified set of filter criteria, in sort order.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type ProfileData Modifier and Type Method Description SearchProfilesResponse.BuilderSearchProfilesResponse.Builder. profiles(Collection<ProfileData> profiles)The profiles that meet the specified set of filter criteria, in sort order.
-