| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static SecurityStyle |
SecurityStyle.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.withSecurityStyle(SecurityStyle securityStyle)
The security style for the volume, which can be
UNIX. |
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSecurityStyle(SecurityStyle securityStyle)
Specifies the security style for the volume.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withSecurityStyle(SecurityStyle securityStyle)
The security style for the volume, which can be
UNIX, NTFS, or MIXED. |
Copyright © 2023. All rights reserved.