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()Use this parameter to limit the results to only those log groups in the specified log group class.LogGroupClassListAggregateLogGroupSummariesRequest. logGroupClass()Filters the results by log group class to include only log groups of the specified class.LogGroupClassListLogGroupsRequest. logGroupClass()Use this parameter to limit the results to only those log groups in the specified log group class.LogGroupClassLogGroup. logGroupClass()This specifies the log group class for this log group.LogGroupClassLogGroupSummary. logGroupClass()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)Use this parameter to limit the results to only those log groups in the specified log group class.ListAggregateLogGroupSummariesRequest.BuilderListAggregateLogGroupSummariesRequest.Builder. logGroupClass(LogGroupClass logGroupClass)Filters the results by log group class to include only log groups of the specified class.ListLogGroupsRequest.BuilderListLogGroupsRequest.Builder. logGroupClass(LogGroupClass logGroupClass)Use this parameter to limit the results to only those log groups in the specified log group class.LogGroup.BuilderLogGroup.Builder. logGroupClass(LogGroupClass logGroupClass)This specifies the log group class for this log group.LogGroupSummary.BuilderLogGroupSummary.Builder. logGroupClass(LogGroupClass logGroupClass)The log group class for this log group.
-