Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfilesResponse
-
Packages that use ListVoiceProfilesResponse Package Description software.amazon.awssdk.services.chimesdkvoice The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications.software.amazon.awssdk.services.chimesdkvoice.paginators -
-
Uses of ListVoiceProfilesResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return ListVoiceProfilesResponse Modifier and Type Method Description default ListVoiceProfilesResponseChimeSdkVoiceClient. listVoiceProfiles(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain.default ListVoiceProfilesResponseChimeSdkVoiceClient. listVoiceProfiles(ListVoiceProfilesRequest listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type ListVoiceProfilesResponse Modifier and Type Method Description default CompletableFuture<ListVoiceProfilesResponse>ChimeSdkVoiceAsyncClient. listVoiceProfiles(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain.default CompletableFuture<ListVoiceProfilesResponse>ChimeSdkVoiceAsyncClient. listVoiceProfiles(ListVoiceProfilesRequest listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain. -
Uses of ListVoiceProfilesResponse in software.amazon.awssdk.services.chimesdkvoice.paginators
Methods in software.amazon.awssdk.services.chimesdkvoice.paginators that return types with arguments of type ListVoiceProfilesResponse Modifier and Type Method Description Iterator<ListVoiceProfilesResponse>ListVoiceProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkvoice.paginators with type arguments of type ListVoiceProfilesResponse Modifier and Type Method Description voidListVoiceProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVoiceProfilesResponse> subscriber)
-