Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogGroupClass
-
Packages that use LogGroupClass Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of LogGroupClass in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return LogGroupClass Modifier and Type Method Description static LogGroupClassLogGroupClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogGroupClassCreateLogGroupRequest. logGroupClass()Use this parameter to specify the log group class for this log group.LogGroupClassDescribeLogGroupsRequest. logGroupClass()Specifies the log group class for this log group.LogGroupClassLogGroup. logGroupClass()This specifies the log group class for this log group.static LogGroupClassLogGroupClass. 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.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogGroupClass Modifier and Type Method Description static Set<LogGroupClass>LogGroupClass. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LogGroupClass Modifier and Type Method Description CreateLogGroupRequest.BuilderCreateLogGroupRequest.Builder. logGroupClass(LogGroupClass logGroupClass)Use this parameter to specify the log group class for this log group.DescribeLogGroupsRequest.BuilderDescribeLogGroupsRequest.Builder. logGroupClass(LogGroupClass logGroupClass)Specifies the log group class for this log group.LogGroup.BuilderLogGroup.Builder. logGroupClass(LogGroupClass logGroupClass)This specifies the log group class for this log group.
-