Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.UpdateVoiceConnectorGroupResponse
-
Packages that use UpdateVoiceConnectorGroupResponse 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. -
-
Uses of UpdateVoiceConnectorGroupResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return UpdateVoiceConnectorGroupResponse Modifier and Type Method Description default UpdateVoiceConnectorGroupResponseChimeSdkVoiceClient. updateVoiceConnectorGroup(Consumer<UpdateVoiceConnectorGroupRequest.Builder> updateVoiceConnectorGroupRequest)Updates the settings for the specified Amazon Chime SDK Voice Connector group.default UpdateVoiceConnectorGroupResponseChimeSdkVoiceClient. updateVoiceConnectorGroup(UpdateVoiceConnectorGroupRequest updateVoiceConnectorGroupRequest)Updates the settings for the specified Amazon Chime SDK Voice Connector group.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type UpdateVoiceConnectorGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateVoiceConnectorGroupResponse>ChimeSdkVoiceAsyncClient. updateVoiceConnectorGroup(Consumer<UpdateVoiceConnectorGroupRequest.Builder> updateVoiceConnectorGroupRequest)Updates the settings for the specified Amazon Chime SDK Voice Connector group.default CompletableFuture<UpdateVoiceConnectorGroupResponse>ChimeSdkVoiceAsyncClient. updateVoiceConnectorGroup(UpdateVoiceConnectorGroupRequest updateVoiceConnectorGroupRequest)Updates the settings for the specified Amazon Chime SDK Voice Connector group.
-