Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GetVoiceConnectorLoggingConfigurationResponse
-
Packages that use GetVoiceConnectorLoggingConfigurationResponse 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 GetVoiceConnectorLoggingConfigurationResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return GetVoiceConnectorLoggingConfigurationResponse Modifier and Type Method Description default GetVoiceConnectorLoggingConfigurationResponseChimeSdkVoiceClient. getVoiceConnectorLoggingConfiguration(Consumer<GetVoiceConnectorLoggingConfigurationRequest.Builder> getVoiceConnectorLoggingConfigurationRequest)Retrieves the logging configuration settings for the specified Voice Connector.default GetVoiceConnectorLoggingConfigurationResponseChimeSdkVoiceClient. getVoiceConnectorLoggingConfiguration(GetVoiceConnectorLoggingConfigurationRequest getVoiceConnectorLoggingConfigurationRequest)Retrieves the logging configuration settings for the specified Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type GetVoiceConnectorLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetVoiceConnectorLoggingConfigurationResponse>ChimeSdkVoiceAsyncClient. getVoiceConnectorLoggingConfiguration(Consumer<GetVoiceConnectorLoggingConfigurationRequest.Builder> getVoiceConnectorLoggingConfigurationRequest)Retrieves the logging configuration settings for the specified Voice Connector.default CompletableFuture<GetVoiceConnectorLoggingConfigurationResponse>ChimeSdkVoiceAsyncClient. getVoiceConnectorLoggingConfiguration(GetVoiceConnectorLoggingConfigurationRequest getVoiceConnectorLoggingConfigurationRequest)Retrieves the logging configuration settings for the specified Voice Connector.
-