Uses of Class
software.amazon.awssdk.services.inspector2.model.LambdaLayerSortBy
-
Packages that use LambdaLayerSortBy Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of LambdaLayerSortBy in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return LambdaLayerSortBy Modifier and Type Method Description static LambdaLayerSortByLambdaLayerSortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LambdaLayerSortByLambdaLayerAggregation. sortBy()The finding severity to use for sorting the results.static LambdaLayerSortByLambdaLayerSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static LambdaLayerSortBy[]LambdaLayerSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type LambdaLayerSortBy Modifier and Type Method Description static Set<LambdaLayerSortBy>LambdaLayerSortBy. knownValues()Methods in software.amazon.awssdk.services.inspector2.model with parameters of type LambdaLayerSortBy Modifier and Type Method Description LambdaLayerAggregation.BuilderLambdaLayerAggregation.Builder. sortBy(LambdaLayerSortBy sortBy)The finding severity to use for sorting the results.
-