| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static SecurityStyle |
SecurityStyle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SecurityStyle |
OntapVolumeConfiguration.securityStyle()
The security style for the volume, which can be
UNIX, NTFS, or MIXED. |
SecurityStyle |
UpdateOntapVolumeConfiguration.securityStyle()
The security style for the volume, which can be
UNIX, NTFS, or MIXED. |
SecurityStyle |
CreateOntapVolumeConfiguration.securityStyle()
Specifies the security style for the volume.
|
static SecurityStyle |
SecurityStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityStyle[] |
SecurityStyle.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<SecurityStyle> |
SecurityStyle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OntapVolumeConfiguration.Builder |
OntapVolumeConfiguration.Builder.securityStyle(SecurityStyle securityStyle)
The security style for the volume, which can be
UNIX, NTFS, or MIXED. |
UpdateOntapVolumeConfiguration.Builder |
UpdateOntapVolumeConfiguration.Builder.securityStyle(SecurityStyle securityStyle)
The security style for the volume, which can be
UNIX, NTFS, or MIXED. |
CreateOntapVolumeConfiguration.Builder |
CreateOntapVolumeConfiguration.Builder.securityStyle(SecurityStyle securityStyle)
Specifies the security style for the volume.
|
Copyright © 2023. All rights reserved.