Uses of Class
software.amazon.awssdk.services.config.model.AggregateConformancePackComplianceSummaryGroupKey
-
Packages that use AggregateConformancePackComplianceSummaryGroupKey Package Description software.amazon.awssdk.services.config.model -
-
Uses of AggregateConformancePackComplianceSummaryGroupKey in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return AggregateConformancePackComplianceSummaryGroupKey Modifier and Type Method Description static AggregateConformancePackComplianceSummaryGroupKeyAggregateConformancePackComplianceSummaryGroupKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AggregateConformancePackComplianceSummaryGroupKeyGetAggregateConformancePackComplianceSummaryRequest. groupByKey()Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.static AggregateConformancePackComplianceSummaryGroupKeyAggregateConformancePackComplianceSummaryGroupKey. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateConformancePackComplianceSummaryGroupKey[]AggregateConformancePackComplianceSummaryGroupKey. 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 AggregateConformancePackComplianceSummaryGroupKey Modifier and Type Method Description static Set<AggregateConformancePackComplianceSummaryGroupKey>AggregateConformancePackComplianceSummaryGroupKey. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type AggregateConformancePackComplianceSummaryGroupKey Modifier and Type Method Description GetAggregateConformancePackComplianceSummaryRequest.BuilderGetAggregateConformancePackComplianceSummaryRequest.Builder. groupByKey(AggregateConformancePackComplianceSummaryGroupKey groupByKey)Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
-