public static enum AggregationRequest.Type extends Enum<AggregationRequest.Type>
AggregationRequest.type()| 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 LAMBDA_FUNCTION_AGGREGATION
public static final AggregationRequest.Type LAMBDA_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 © 2023. All rights reserved.