| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
static LogGroupClass |
LogGroupClass.fromValue(String value)
Use this in place of valueOf.
|
static LogGroupClass |
LogGroupClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogGroupClass[] |
LogGroupClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLogGroupRequest |
CreateLogGroupRequest.withLogGroupClass(LogGroupClass logGroupClass)
Use this parameter to specify the log group class for this log group.
|
LogGroup |
LogGroup.withLogGroupClass(LogGroupClass logGroupClass)
This specifies the log group class for this log group.
|
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withLogGroupClass(LogGroupClass logGroupClass)
Specifies the log group class for this log group.
|
Copyright © 2024. All rights reserved.