| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
default PutRetentionConfigurationResponse |
ConfigClient.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 PutRetentionConfigurationResponse |
ConfigClient.putRetentionConfiguration(PutRetentionConfigurationRequest putRetentionConfigurationRequest)
Creates and updates the retention configuration with details about retention period (number of days) that Config
stores your historical information.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.