Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfilesRequest
-
Packages that use ListVoiceProfilesRequest 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 software.amazon.awssdk.services.chimesdkvoice.transform -
-
Uses of ListVoiceProfilesRequest in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice with parameters of type ListVoiceProfilesRequest Modifier and Type Method Description default CompletableFuture<ListVoiceProfilesResponse>ChimeSdkVoiceAsyncClient. listVoiceProfiles(ListVoiceProfilesRequest listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain.default ListVoiceProfilesResponseChimeSdkVoiceClient. listVoiceProfiles(ListVoiceProfilesRequest listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain.default ListVoiceProfilesPublisherChimeSdkVoiceAsyncClient. listVoiceProfilesPaginator(ListVoiceProfilesRequest listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain.default ListVoiceProfilesIterableChimeSdkVoiceClient. listVoiceProfilesPaginator(ListVoiceProfilesRequest listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain. -
Uses of ListVoiceProfilesRequest in software.amazon.awssdk.services.chimesdkvoice.paginators
Constructors in software.amazon.awssdk.services.chimesdkvoice.paginators with parameters of type ListVoiceProfilesRequest Constructor Description ListVoiceProfilesIterable(ChimeSdkVoiceClient client, ListVoiceProfilesRequest firstRequest)ListVoiceProfilesPublisher(ChimeSdkVoiceAsyncClient client, ListVoiceProfilesRequest firstRequest) -
Uses of ListVoiceProfilesRequest in software.amazon.awssdk.services.chimesdkvoice.transform
Methods in software.amazon.awssdk.services.chimesdkvoice.transform with parameters of type ListVoiceProfilesRequest Modifier and Type Method Description SdkHttpFullRequestListVoiceProfilesRequestMarshaller. marshall(ListVoiceProfilesRequest listVoiceProfilesRequest)
-