Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.VoiceProfileSummary
-
Packages that use VoiceProfileSummary Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of VoiceProfileSummary in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type VoiceProfileSummary Modifier and Type Method Description List<VoiceProfileSummary>ListVoiceProfilesResponse. voiceProfiles()The list of voice profiles.Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type VoiceProfileSummary Modifier and Type Method Description ListVoiceProfilesResponse.BuilderListVoiceProfilesResponse.Builder. voiceProfiles(VoiceProfileSummary... voiceProfiles)The list of voice profiles.Method parameters in software.amazon.awssdk.services.chimesdkvoice.model with type arguments of type VoiceProfileSummary Modifier and Type Method Description ListVoiceProfilesResponse.BuilderListVoiceProfilesResponse.Builder. voiceProfiles(Collection<VoiceProfileSummary> voiceProfiles)The list of voice profiles.
-