Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GetGlobalSettingsResponse
-
Packages that use GetGlobalSettingsResponse 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 GetGlobalSettingsResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return GetGlobalSettingsResponse Modifier and Type Method Description default GetGlobalSettingsResponseChimeSdkVoiceClient. getGlobalSettings(Consumer<GetGlobalSettingsRequest.Builder> getGlobalSettingsRequest)Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.default GetGlobalSettingsResponseChimeSdkVoiceClient. getGlobalSettings(GetGlobalSettingsRequest getGlobalSettingsRequest)Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type GetGlobalSettingsResponse Modifier and Type Method Description default CompletableFuture<GetGlobalSettingsResponse>ChimeSdkVoiceAsyncClient. getGlobalSettings(Consumer<GetGlobalSettingsRequest.Builder> getGlobalSettingsRequest)Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.default CompletableFuture<GetGlobalSettingsResponse>ChimeSdkVoiceAsyncClient. getGlobalSettings(GetGlobalSettingsRequest getGlobalSettingsRequest)Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.
-