Uses of Class
software.amazon.awssdk.services.datasync.model.Gid
-
Packages that use Gid Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of Gid in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return Gid Modifier and Type Method Description static GidGid. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GidOptions. gid()Specifies the POSIX group ID (GID) of the file's owners.static GidGid. valueOf(String name)Returns the enum constant of this type with the specified name.static Gid[]Gid. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type Gid Modifier and Type Method Description static Set<Gid>Gid. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type Gid Modifier and Type Method Description Options.BuilderOptions.Builder. gid(Gid gid)Specifies the POSIX group ID (GID) of the file's owners.
-