| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
static InheritedProperty |
InheritedProperty.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InheritedProperty |
InheritedProperty.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<InheritedProperty> |
LogGroup.inheritedProperties()
Displays all the properties that this log group has inherited from account-level settings.
|
static Set<InheritedProperty> |
InheritedProperty.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LogGroup.Builder |
LogGroup.Builder.inheritedProperties(InheritedProperty... inheritedProperties)
Displays all the properties that this log group has inherited from account-level settings.
|
| Modifier and Type | Method and Description |
|---|---|
LogGroup.Builder |
LogGroup.Builder.inheritedProperties(Collection<InheritedProperty> inheritedProperties)
Displays all the properties that this log group has inherited from account-level settings.
|
Copyright © 2023. All rights reserved.