Uses of Class
software.amazon.awssdk.services.directory.model.UpdateSettingsResponse
-
Packages that use UpdateSettingsResponse Package Description software.amazon.awssdk.services.directory Directory Service -
-
Uses of UpdateSettingsResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return UpdateSettingsResponse Modifier and Type Method Description default UpdateSettingsResponseDirectoryClient. updateSettings(Consumer<UpdateSettingsRequest.Builder> updateSettingsRequest)Updates the configurable settings for the specified directory.default UpdateSettingsResponseDirectoryClient. updateSettings(UpdateSettingsRequest updateSettingsRequest)Updates the configurable settings for the specified directory.Methods in software.amazon.awssdk.services.directory that return types with arguments of type UpdateSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateSettingsResponse>DirectoryAsyncClient. updateSettings(Consumer<UpdateSettingsRequest.Builder> updateSettingsRequest)Updates the configurable settings for the specified directory.default CompletableFuture<UpdateSettingsResponse>DirectoryAsyncClient. updateSettings(UpdateSettingsRequest updateSettingsRequest)Updates the configurable settings for the specified directory.
-