Uses of Class
software.amazon.awssdk.services.inspector2.model.AggregationResponse.Type
-
Packages that use AggregationResponse.Type Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AggregationResponse.Type in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AggregationResponse.Type Modifier and Type Method Description AggregationResponse.TypeAggregationResponse. type()Retrieve an enum value representing which member of this object is populated.static AggregationResponse.TypeAggregationResponse.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationResponse.Type[]AggregationResponse.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-