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