Uses of Class
software.amazon.awssdk.services.fsx.model.OpenZFSQuotaType
-
Packages that use OpenZFSQuotaType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSQuotaType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OpenZFSQuotaType Modifier and Type Method Description static OpenZFSQuotaTypeOpenZFSQuotaType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpenZFSQuotaTypeOpenZFSUserOrGroupQuota. type()A value that specifies whether the quota applies to a user or group.static OpenZFSQuotaTypeOpenZFSQuotaType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenZFSQuotaType[]OpenZFSQuotaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type OpenZFSQuotaType Modifier and Type Method Description static Set<OpenZFSQuotaType>OpenZFSQuotaType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type OpenZFSQuotaType Modifier and Type Method Description OpenZFSUserOrGroupQuota.BuilderOpenZFSUserOrGroupQuota.Builder. type(OpenZFSQuotaType type)A value that specifies whether the quota applies to a user or group.
-