Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.InheritedProperty
Packages that use InheritedProperty
-
Uses of InheritedProperty in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return InheritedPropertyModifier and TypeMethodDescriptionstatic InheritedPropertyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static InheritedPropertyReturns the enum constant of this type with the specified name.static InheritedProperty[]InheritedProperty.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 InheritedPropertyModifier and TypeMethodDescriptionfinal List<InheritedProperty>LogGroup.inheritedProperties()Displays all the properties that this log group has inherited from account-level settings.static Set<InheritedProperty>InheritedProperty.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type InheritedPropertyModifier and TypeMethodDescriptionLogGroup.Builder.inheritedProperties(InheritedProperty... inheritedProperties) Displays all the properties that this log group has inherited from account-level settings.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type InheritedPropertyModifier and TypeMethodDescriptionLogGroup.Builder.inheritedProperties(Collection<InheritedProperty> inheritedProperties) Displays all the properties that this log group has inherited from account-level settings.