Uses of Class
software.amazon.awssdk.services.chime.model.GetGlobalSettingsResponse
-
Packages that use GetGlobalSettingsResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of GetGlobalSettingsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return GetGlobalSettingsResponse Modifier and Type Method Description default GetGlobalSettingsResponseChimeClient. getGlobalSettings(Consumer<GetGlobalSettingsRequest.Builder> getGlobalSettingsRequest)Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.default GetGlobalSettingsResponseChimeClient. getGlobalSettings(GetGlobalSettingsRequest getGlobalSettingsRequest)Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.Methods in software.amazon.awssdk.services.chime that return types with arguments of type GetGlobalSettingsResponse Modifier and Type Method Description default CompletableFuture<GetGlobalSettingsResponse>ChimeAsyncClient. getGlobalSettings(Consumer<GetGlobalSettingsRequest.Builder> getGlobalSettingsRequest)Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.default CompletableFuture<GetGlobalSettingsResponse>ChimeAsyncClient. getGlobalSettings(GetGlobalSettingsRequest getGlobalSettingsRequest)Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
-