public static enum AggregationRequest.Type extends Enum<AggregationRequest.Type>
AggregationRequest.type()| Enum Constant and Description |
|---|
ACCOUNT_AGGREGATION |
AMI_AGGREGATION |
AWS_ECR_CONTAINER_AGGREGATION |
EC2_INSTANCE_AGGREGATION |
FINDING_TYPE_AGGREGATION |
IMAGE_LAYER_AGGREGATION |
PACKAGE_AGGREGATION |
REPOSITORY_AGGREGATION |
TITLE_AGGREGATION |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AggregationRequest.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationRequest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationRequest.Type ACCOUNT_AGGREGATION
public static final AggregationRequest.Type AMI_AGGREGATION
public static final AggregationRequest.Type AWS_ECR_CONTAINER_AGGREGATION
public static final AggregationRequest.Type EC2_INSTANCE_AGGREGATION
public static final AggregationRequest.Type FINDING_TYPE_AGGREGATION
public static final AggregationRequest.Type IMAGE_LAYER_AGGREGATION
public static final AggregationRequest.Type PACKAGE_AGGREGATION
public static final AggregationRequest.Type REPOSITORY_AGGREGATION
public static final AggregationRequest.Type TITLE_AGGREGATION
public static final AggregationRequest.Type UNKNOWN_TO_SDK_VERSION
public static AggregationRequest.Type[] values()
for (AggregationRequest.Type c : AggregationRequest.Type.values()) System.out.println(c);
public static AggregationRequest.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.