| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
FileShareType |
FileShareInfo.fileShareType()
Returns the value of the FileShareType property for this object.
|
static FileShareType |
FileShareType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FileShareType |
FileShareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileShareType[] |
FileShareType.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<FileShareType> |
FileShareType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FileShareInfo.Builder |
FileShareInfo.Builder.fileShareType(FileShareType fileShareType)
Sets the value of the FileShareType property for this object.
|
Copyright © 2019. All rights reserved.