Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.InheritedProperty
-
Packages that use InheritedProperty Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of InheritedProperty in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return InheritedProperty Modifier and Type Method Description static InheritedPropertyInheritedProperty. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InheritedPropertyInheritedProperty. valueOf(String name)Returns 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 InheritedProperty Modifier and Type Method Description 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 InheritedProperty Modifier and Type Method Description LogGroup.BuilderLogGroup.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 InheritedProperty Modifier and Type Method Description LogGroup.BuilderLogGroup.Builder. inheritedProperties(Collection<InheritedProperty> inheritedProperties)Displays all the properties that this log group has inherited from account-level settings.
-