Uses of Class
software.amazon.awssdk.services.guardduty.model.CoverageSortKey
-
Packages that use CoverageSortKey Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of CoverageSortKey in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return CoverageSortKey Modifier and Type Method Description CoverageSortKeyCoverageSortCriteria. attributeName()Represents the field name used to sort the coverage details.static CoverageSortKeyCoverageSortKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CoverageSortKeyCoverageSortKey. valueOf(String name)Returns the enum constant of this type with the specified name.static CoverageSortKey[]CoverageSortKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type CoverageSortKey Modifier and Type Method Description static Set<CoverageSortKey>CoverageSortKey. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type CoverageSortKey Modifier and Type Method Description CoverageSortCriteria.BuilderCoverageSortCriteria.Builder. attributeName(CoverageSortKey attributeName)Represents the field name used to sort the coverage details.
-