Uses of Interface
software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfilesRequest.Builder
-
Packages that use ListVoiceProfilesRequest.Builder 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.model -
-
Uses of ListVoiceProfilesRequest.Builder in software.amazon.awssdk.services.chimesdkvoice
Method parameters in software.amazon.awssdk.services.chimesdkvoice with type arguments of type ListVoiceProfilesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListVoiceProfilesResponse>ChimeSdkVoiceAsyncClient. listVoiceProfiles(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain.default ListVoiceProfilesResponseChimeSdkVoiceClient. listVoiceProfiles(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain.default ListVoiceProfilesPublisherChimeSdkVoiceAsyncClient. listVoiceProfilesPaginator(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain.default ListVoiceProfilesIterableChimeSdkVoiceClient. listVoiceProfilesPaginator(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest)Lists the voice profiles in a voice profile domain. -
Uses of ListVoiceProfilesRequest.Builder in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return ListVoiceProfilesRequest.Builder Modifier and Type Method Description static ListVoiceProfilesRequest.BuilderListVoiceProfilesRequest. builder()ListVoiceProfilesRequest.BuilderListVoiceProfilesRequest.Builder. maxResults(Integer maxResults)The maximum number of results in the request.ListVoiceProfilesRequest.BuilderListVoiceProfilesRequest.Builder. nextToken(String nextToken)The token used to retrieve the next page of results.ListVoiceProfilesRequest.BuilderListVoiceProfilesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVoiceProfilesRequest.BuilderListVoiceProfilesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListVoiceProfilesRequest.BuilderListVoiceProfilesRequest. toBuilder()ListVoiceProfilesRequest.BuilderListVoiceProfilesRequest.Builder. voiceProfileDomainId(String voiceProfileDomainId)The ID of the voice profile domain.Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type ListVoiceProfilesRequest.Builder Modifier and Type Method Description static Class<? extends ListVoiceProfilesRequest.Builder>ListVoiceProfilesRequest. serializableBuilderClass()
-