Uses of Class
software.amazon.awssdk.services.inspector2.model.AggregationResourceType
-
Packages that use AggregationResourceType Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AggregationResourceType in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AggregationResourceType Modifier and Type Method Description static AggregationResourceTypeAggregationResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AggregationResourceTypeAccountAggregation. resourceType()The type of resource.AggregationResourceTypeFindingTypeAggregation. resourceType()The resource type to aggregate.AggregationResourceTypeTitleAggregation. resourceType()The resource type to aggregate on.static AggregationResourceTypeAggregationResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationResourceType[]AggregationResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type AggregationResourceType Modifier and Type Method Description static Set<AggregationResourceType>AggregationResourceType. knownValues()Methods in software.amazon.awssdk.services.inspector2.model with parameters of type AggregationResourceType Modifier and Type Method Description AccountAggregation.BuilderAccountAggregation.Builder. resourceType(AggregationResourceType resourceType)The type of resource.FindingTypeAggregation.BuilderFindingTypeAggregation.Builder. resourceType(AggregationResourceType resourceType)The resource type to aggregate.TitleAggregation.BuilderTitleAggregation.Builder. resourceType(AggregationResourceType resourceType)The resource type to aggregate on.
-