Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.LogGroupClass
Packages that use LogGroupClass
-
Uses of LogGroupClass in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return LogGroupClassModifier and TypeMethodDescriptionstatic LogGroupClassUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LogGroupClassCreateLogGroupRequest.logGroupClass()Use this parameter to specify the log group class for this log group.final LogGroupClassDescribeLogGroupsRequest.logGroupClass()Use this parameter to limit the results to only those log groups in the specified log group class.final LogGroupClassListAggregateLogGroupSummariesRequest.logGroupClass()Filters the results by log group class to include only log groups of the specified class.final LogGroupClassListLogGroupsRequest.logGroupClass()Use this parameter to limit the results to only those log groups in the specified log group class.final LogGroupClassLogGroup.logGroupClass()This specifies the log group class for this log group.final LogGroupClassLogGroupSummary.logGroupClass()The log group class for this log group.static LogGroupClassReturns 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 LogGroupClassMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LogGroupClassModifier and TypeMethodDescriptionCreateLogGroupRequest.Builder.logGroupClass(LogGroupClass logGroupClass) Use this parameter to specify the log group class for this log group.DescribeLogGroupsRequest.Builder.logGroupClass(LogGroupClass logGroupClass) Use this parameter to limit the results to only those log groups in the specified log group class.ListAggregateLogGroupSummariesRequest.Builder.logGroupClass(LogGroupClass logGroupClass) Filters the results by log group class to include only log groups of the specified class.ListLogGroupsRequest.Builder.logGroupClass(LogGroupClass logGroupClass) Use this parameter to limit the results to only those log groups in the specified log group class.LogGroup.Builder.logGroupClass(LogGroupClass logGroupClass) This specifies the log group class for this log group.LogGroupSummary.Builder.logGroupClass(LogGroupClass logGroupClass) The log group class for this log group.