Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DataProtectionStatus
-
Packages that use DataProtectionStatus Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of DataProtectionStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DataProtectionStatus Modifier and Type Method Description DataProtectionStatusLogGroup. dataProtectionStatus()Displays whether this log group has a protection policy, or whether it had one in the past.static DataProtectionStatusDataProtectionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataProtectionStatusDataProtectionStatus. 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.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DataProtectionStatus Modifier and Type Method Description static Set<DataProtectionStatus>DataProtectionStatus. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DataProtectionStatus Modifier and Type Method Description LogGroup.BuilderLogGroup.Builder. dataProtectionStatus(DataProtectionStatus dataProtectionStatus)Displays whether this log group has a protection policy, or whether it had one in the past.
-