| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static Gid |
Gid.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Gid |
Options.gid()
The group ID (GID) of the file's owners.
|
static Gid |
Gid.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Gid> |
Gid.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Options.Builder |
Options.Builder.gid(Gid gid)
The group ID (GID) of the file's owners.
|
Copyright © 2020. All rights reserved.