Uses of Class
software.amazon.awssdk.services.config.model.PutRetentionConfigurationResponse
-
Packages that use PutRetentionConfigurationResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of PutRetentionConfigurationResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return PutRetentionConfigurationResponse 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.Methods in software.amazon.awssdk.services.config that return types with arguments of type PutRetentionConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutRetentionConfigurationResponse>ConfigAsyncClient. 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 CompletableFuture<PutRetentionConfigurationResponse>ConfigAsyncClient. putRetentionConfiguration(PutRetentionConfigurationRequest putRetentionConfigurationRequest)Creates and updates the retention configuration with details about retention period (number of days) that Config stores your historical information.
-