Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfileDomainsResponse
-
Packages that use ListVoiceProfileDomainsResponse 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 ListVoiceProfileDomainsResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return ListVoiceProfileDomainsResponse Modifier and Type Method Description default ListVoiceProfileDomainsResponseChimeSdkVoiceClient. listVoiceProfileDomains(Consumer<ListVoiceProfileDomainsRequest.Builder> listVoiceProfileDomainsRequest)Lists the specified voice profile domains in the administrator's AWS account.default ListVoiceProfileDomainsResponseChimeSdkVoiceClient. listVoiceProfileDomains(ListVoiceProfileDomainsRequest listVoiceProfileDomainsRequest)Lists the specified voice profile domains in the administrator's AWS account.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type ListVoiceProfileDomainsResponse Modifier and Type Method Description default CompletableFuture<ListVoiceProfileDomainsResponse>ChimeSdkVoiceAsyncClient. listVoiceProfileDomains(Consumer<ListVoiceProfileDomainsRequest.Builder> listVoiceProfileDomainsRequest)Lists the specified voice profile domains in the administrator's AWS account.default CompletableFuture<ListVoiceProfileDomainsResponse>ChimeSdkVoiceAsyncClient. listVoiceProfileDomains(ListVoiceProfileDomainsRequest listVoiceProfileDomainsRequest)Lists the specified voice profile domains in the administrator's AWS account. -
Uses of ListVoiceProfileDomainsResponse in software.amazon.awssdk.services.chimesdkvoice.paginators
Methods in software.amazon.awssdk.services.chimesdkvoice.paginators that return types with arguments of type ListVoiceProfileDomainsResponse Modifier and Type Method Description Iterator<ListVoiceProfileDomainsResponse>ListVoiceProfileDomainsIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkvoice.paginators with type arguments of type ListVoiceProfileDomainsResponse Modifier and Type Method Description voidListVoiceProfileDomainsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVoiceProfileDomainsResponse> subscriber)
-