Uses of Class
software.amazon.awssdk.services.datasync.model.Uid
-
Packages that use Uid Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of Uid in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return Uid Modifier and Type Method Description static UidUid. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UidOptions. uid()Specifies the POSIX user ID (UID) of the file's owner.static UidUid. valueOf(String name)Returns the enum constant of this type with the specified name.static Uid[]Uid. 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 Uid Modifier and Type Method Description static Set<Uid>Uid. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type Uid Modifier and Type Method Description Options.BuilderOptions.Builder. uid(Uid uid)Specifies the POSIX user ID (UID) of the file's owner.
-