Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.EnrollmentFilterName
-
Packages that use EnrollmentFilterName Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of EnrollmentFilterName in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return EnrollmentFilterName Modifier and Type Method Description static EnrollmentFilterNameEnrollmentFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnrollmentFilterNameEnrollmentFilter. name()The name of the filter.static EnrollmentFilterNameEnrollmentFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static EnrollmentFilterName[]EnrollmentFilterName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type EnrollmentFilterName Modifier and Type Method Description static Set<EnrollmentFilterName>EnrollmentFilterName. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type EnrollmentFilterName Modifier and Type Method Description EnrollmentFilter.BuilderEnrollmentFilter.Builder. name(EnrollmentFilterName name)The name of the filter.
-