Uses of Interface
software.amazon.awssdk.services.storagegateway.model.SMBLocalGroups.Builder
-
Packages that use SMBLocalGroups.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of SMBLocalGroups.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return SMBLocalGroups.Builder Modifier and Type Method Description static SMBLocalGroups.BuilderSMBLocalGroups. builder()SMBLocalGroups.BuilderSMBLocalGroups.Builder. gatewayAdmins(String... gatewayAdmins)A list of Active Directory users and groups that have local Gateway Admin permissions.SMBLocalGroups.BuilderSMBLocalGroups.Builder. gatewayAdmins(Collection<String> gatewayAdmins)A list of Active Directory users and groups that have local Gateway Admin permissions.SMBLocalGroups.BuilderSMBLocalGroups. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type SMBLocalGroups.Builder Modifier and Type Method Description static Class<? extends SMBLocalGroups.Builder>SMBLocalGroups. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type SMBLocalGroups.Builder Modifier and Type Method Description default DescribeSmbSettingsResponse.BuilderDescribeSmbSettingsResponse.Builder. smbLocalGroups(Consumer<SMBLocalGroups.Builder> smbLocalGroups)A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.default UpdateSmbLocalGroupsRequest.BuilderUpdateSmbLocalGroupsRequest.Builder. smbLocalGroups(Consumer<SMBLocalGroups.Builder> smbLocalGroups)A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.
-