Uses of Class
software.amazon.awssdk.services.chime.model.UpdateGlobalSettingsResponse
-
Packages that use UpdateGlobalSettingsResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of UpdateGlobalSettingsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return UpdateGlobalSettingsResponse Modifier and Type Method Description default UpdateGlobalSettingsResponseChimeClient. updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.default UpdateGlobalSettingsResponseChimeClient. updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)Updates 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 UpdateGlobalSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateGlobalSettingsResponse>ChimeAsyncClient. updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.default CompletableFuture<UpdateGlobalSettingsResponse>ChimeAsyncClient. updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
-