| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListVoiceProfilesResponse |
ChimeSdkVoiceClient.listVoiceProfiles(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest)
Lists the voice profiles in a voice profile domain.
|
default ListVoiceProfilesResponse |
ChimeSdkVoiceClient.listVoiceProfiles(ListVoiceProfilesRequest listVoiceProfilesRequest)
Lists the voice profiles in a voice profile domain.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListVoiceProfilesResponse> |
ListVoiceProfilesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListVoiceProfilesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListVoiceProfilesResponse> subscriber) |
Copyright © 2023. All rights reserved.