Uses of Class
software.amazon.awssdk.services.fsx.model.SecurityStyle
-
Packages that use SecurityStyle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of SecurityStyle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return SecurityStyle Modifier and Type Method Description static SecurityStyleSecurityStyle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SecurityStyleCreateOntapVolumeConfiguration. securityStyle()Specifies the security style for the volume.SecurityStyleOntapVolumeConfiguration. securityStyle()The security style for the volume, which can beUNIX,NTFS, orMIXED.SecurityStyleUpdateOntapVolumeConfiguration. securityStyle()The security style for the volume, which can beUNIX,NTFS, orMIXED.static SecurityStyleSecurityStyle. 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.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type SecurityStyle Modifier and Type Method Description static Set<SecurityStyle>SecurityStyle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type SecurityStyle Modifier and Type Method Description CreateOntapVolumeConfiguration.BuilderCreateOntapVolumeConfiguration.Builder. securityStyle(SecurityStyle securityStyle)Specifies the security style for the volume.OntapVolumeConfiguration.BuilderOntapVolumeConfiguration.Builder. securityStyle(SecurityStyle securityStyle)The security style for the volume, which can beUNIX,NTFS, orMIXED.UpdateOntapVolumeConfiguration.BuilderUpdateOntapVolumeConfiguration.Builder. securityStyle(SecurityStyle securityStyle)The security style for the volume, which can beUNIX,NTFS, orMIXED.
-