Uses of Class
software.amazon.awssdk.services.config.model.MaxNumberOfRetentionConfigurationsExceededException
-
Packages that use MaxNumberOfRetentionConfigurationsExceededException Package Description software.amazon.awssdk.services.config Config -
-
Uses of MaxNumberOfRetentionConfigurationsExceededException in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that throw MaxNumberOfRetentionConfigurationsExceededException Modifier and Type Method Description default PutRetentionConfigurationResponseConfigClient. putRetentionConfiguration(Consumer<PutRetentionConfigurationRequest.Builder> putRetentionConfigurationRequest)Creates and updates the retention configuration with details about retention period (number of days) that Config stores your historical information.default PutRetentionConfigurationResponseConfigClient. putRetentionConfiguration(PutRetentionConfigurationRequest putRetentionConfigurationRequest)Creates and updates the retention configuration with details about retention period (number of days) that Config stores your historical information.
-