| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
SMBLocalGroups |
SMBLocalGroups.clone() |
SMBLocalGroups |
DescribeSMBSettingsResult.getSMBLocalGroups()
A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
|
SMBLocalGroups |
UpdateSMBLocalGroupsRequest.getSMBLocalGroups()
A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the
gateway.
|
SMBLocalGroups |
SMBLocalGroups.withGatewayAdmins(Collection<String> gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions.
|
SMBLocalGroups |
SMBLocalGroups.withGatewayAdmins(String... gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSMBSettingsResult.setSMBLocalGroups(SMBLocalGroups sMBLocalGroups)
A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
|
void |
UpdateSMBLocalGroupsRequest.setSMBLocalGroups(SMBLocalGroups sMBLocalGroups)
A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the
gateway.
|
DescribeSMBSettingsResult |
DescribeSMBSettingsResult.withSMBLocalGroups(SMBLocalGroups sMBLocalGroups)
A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
|
UpdateSMBLocalGroupsRequest |
UpdateSMBLocalGroupsRequest.withSMBLocalGroups(SMBLocalGroups sMBLocalGroups)
A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the
gateway.
|
Copyright © 2022. All rights reserved.