Uses of Class
software.amazon.awssdk.services.storagegateway.model.SMBLocalGroups
-
Packages that use SMBLocalGroups Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of SMBLocalGroups in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return SMBLocalGroups Modifier and Type Method Description SMBLocalGroupsDescribeSmbSettingsResponse. smbLocalGroups()A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.SMBLocalGroupsUpdateSmbLocalGroupsRequest. smbLocalGroups()A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type SMBLocalGroups Modifier and Type Method Description DescribeSmbSettingsResponse.BuilderDescribeSmbSettingsResponse.Builder. smbLocalGroups(SMBLocalGroups smbLocalGroups)A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.UpdateSmbLocalGroupsRequest.BuilderUpdateSmbLocalGroupsRequest.Builder. smbLocalGroups(SMBLocalGroups smbLocalGroups)A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.
-