Uses of Class
software.amazon.awssdk.services.iot.model.UpdateAccountAuditConfigurationResponse
-
Packages that use UpdateAccountAuditConfigurationResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateAccountAuditConfigurationResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateAccountAuditConfigurationResponse Modifier and Type Method Description default UpdateAccountAuditConfigurationResponseIotClient. updateAccountAuditConfiguration(Consumer<UpdateAccountAuditConfigurationRequest.Builder> updateAccountAuditConfigurationRequest)Configures or reconfigures the Device Defender audit settings for this account.default UpdateAccountAuditConfigurationResponseIotClient. updateAccountAuditConfiguration(UpdateAccountAuditConfigurationRequest updateAccountAuditConfigurationRequest)Configures or reconfigures the Device Defender audit settings for this account.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateAccountAuditConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateAccountAuditConfigurationResponse>IotAsyncClient. updateAccountAuditConfiguration(Consumer<UpdateAccountAuditConfigurationRequest.Builder> updateAccountAuditConfigurationRequest)Configures or reconfigures the Device Defender audit settings for this account.default CompletableFuture<UpdateAccountAuditConfigurationResponse>IotAsyncClient. updateAccountAuditConfiguration(UpdateAccountAuditConfigurationRequest updateAccountAuditConfigurationRequest)Configures or reconfigures the Device Defender audit settings for this account.
-