Uses of Class
software.amazon.awssdk.services.config.model.ConfigRuleComplianceSummaryGroupKey
-
Packages that use ConfigRuleComplianceSummaryGroupKey Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigRuleComplianceSummaryGroupKey in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigRuleComplianceSummaryGroupKey Modifier and Type Method Description static ConfigRuleComplianceSummaryGroupKeyConfigRuleComplianceSummaryGroupKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConfigRuleComplianceSummaryGroupKeyGetAggregateConfigRuleComplianceSummaryRequest. groupByKey()Groups the result based on ACCOUNT_ID or AWS_REGION.static ConfigRuleComplianceSummaryGroupKeyConfigRuleComplianceSummaryGroupKey. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigRuleComplianceSummaryGroupKey[]ConfigRuleComplianceSummaryGroupKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigRuleComplianceSummaryGroupKey Modifier and Type Method Description static Set<ConfigRuleComplianceSummaryGroupKey>ConfigRuleComplianceSummaryGroupKey. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type ConfigRuleComplianceSummaryGroupKey Modifier and Type Method Description GetAggregateConfigRuleComplianceSummaryRequest.BuilderGetAggregateConfigRuleComplianceSummaryRequest.Builder. groupByKey(ConfigRuleComplianceSummaryGroupKey groupByKey)Groups the result based on ACCOUNT_ID or AWS_REGION.
-