| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
DataProtectionStatus |
LogGroup.dataProtectionStatus()
Displays whether this log group has a protection policy, or whether it had one in the past.
|
static DataProtectionStatus |
DataProtectionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DataProtectionStatus |
DataProtectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProtectionStatus[] |
DataProtectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataProtectionStatus> |
DataProtectionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LogGroup.Builder |
LogGroup.Builder.dataProtectionStatus(DataProtectionStatus dataProtectionStatus)
Displays whether this log group has a protection policy, or whether it had one in the past.
|
Copyright © 2023. All rights reserved.