Uses of Class
software.amazon.awssdk.services.datasync.model.SmbSecurityDescriptorCopyFlags
-
Packages that use SmbSecurityDescriptorCopyFlags Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of SmbSecurityDescriptorCopyFlags in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return SmbSecurityDescriptorCopyFlags Modifier and Type Method Description static SmbSecurityDescriptorCopyFlagsSmbSecurityDescriptorCopyFlags. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SmbSecurityDescriptorCopyFlagsOptions. securityDescriptorCopyFlags()Specifies which components of the SMB security descriptor are copied from source to destination objects.static SmbSecurityDescriptorCopyFlagsSmbSecurityDescriptorCopyFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static SmbSecurityDescriptorCopyFlags[]SmbSecurityDescriptorCopyFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type SmbSecurityDescriptorCopyFlags Modifier and Type Method Description static Set<SmbSecurityDescriptorCopyFlags>SmbSecurityDescriptorCopyFlags. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type SmbSecurityDescriptorCopyFlags Modifier and Type Method Description Options.BuilderOptions.Builder. securityDescriptorCopyFlags(SmbSecurityDescriptorCopyFlags securityDescriptorCopyFlags)Specifies which components of the SMB security descriptor are copied from source to destination objects.
-