Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.DataProtectionStatus
Packages that use DataProtectionStatus
-
Uses of DataProtectionStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DataProtectionStatusModifier and TypeMethodDescriptionfinal DataProtectionStatusLogGroup.dataProtectionStatus()Displays whether this log group has a protection policy, or whether it had one in the past.static DataProtectionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DataProtectionStatusReturns 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 DataProtectionStatusModifier and TypeMethodDescriptionstatic Set<DataProtectionStatus>DataProtectionStatus.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DataProtectionStatusModifier and TypeMethodDescriptionLogGroup.Builder.dataProtectionStatus(DataProtectionStatus dataProtectionStatus) Displays whether this log group has a protection policy, or whether it had one in the past.