public static enum AggregationResponse.Type extends Enum<AggregationResponse.Type>
AggregationResponse.type()| Modifier and Type | Method and Description |
|---|---|
static AggregationResponse.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationResponse.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationResponse.Type ACCOUNT_AGGREGATION
public static final AggregationResponse.Type AMI_AGGREGATION
public static final AggregationResponse.Type AWS_ECR_CONTAINER_AGGREGATION
public static final AggregationResponse.Type EC2_INSTANCE_AGGREGATION
public static final AggregationResponse.Type FINDING_TYPE_AGGREGATION
public static final AggregationResponse.Type IMAGE_LAYER_AGGREGATION
public static final AggregationResponse.Type LAMBDA_FUNCTION_AGGREGATION
public static final AggregationResponse.Type LAMBDA_LAYER_AGGREGATION
public static final AggregationResponse.Type PACKAGE_AGGREGATION
public static final AggregationResponse.Type REPOSITORY_AGGREGATION
public static final AggregationResponse.Type TITLE_AGGREGATION
public static final AggregationResponse.Type UNKNOWN_TO_SDK_VERSION
public static AggregationResponse.Type[] values()
for (AggregationResponse.Type c : AggregationResponse.Type.values()) System.out.println(c);
public static AggregationResponse.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.