Uses of Class
software.amazon.awssdk.services.chime.model.UpdateAccountSettingsResponse
-
Packages that use UpdateAccountSettingsResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of UpdateAccountSettingsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return UpdateAccountSettingsResponse Modifier and Type Method Description default UpdateAccountSettingsResponseChimeClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the settings for the specified Amazon Chime account.default UpdateAccountSettingsResponseChimeClient. updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)Updates the settings for the specified Amazon Chime account.Methods in software.amazon.awssdk.services.chime that return types with arguments of type UpdateAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateAccountSettingsResponse>ChimeAsyncClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the settings for the specified Amazon Chime account.default CompletableFuture<UpdateAccountSettingsResponse>ChimeAsyncClient. updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)Updates the settings for the specified Amazon Chime account.
-