| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
SMBFileShareInfo |
SMBFileShareInfo.clone() |
SMBFileShareInfo |
SMBFileShareInfo.withAccessBasedEnumeration(Boolean accessBasedEnumeration)
Indicates whether
AccessBasedEnumeration is enabled. |
SMBFileShareInfo |
SMBFileShareInfo.withAdminUserList(Collection<String> adminUserList)
A list of users or groups in the Active Directory that have administrator rights to the file share.
|
SMBFileShareInfo |
SMBFileShareInfo.withAdminUserList(String... adminUserList)
A list of users or groups in the Active Directory that have administrator rights to the file share.
|
SMBFileShareInfo |
SMBFileShareInfo.withAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for audit logs.
|
SMBFileShareInfo |
SMBFileShareInfo.withAuthentication(String authentication) |
SMBFileShareInfo |
SMBFileShareInfo.withCacheAttributes(CacheAttributes cacheAttributes)
Refresh cache information for the file share.
|
SMBFileShareInfo |
SMBFileShareInfo.withCaseSensitivity(CaseSensitivity caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
SMBFileShareInfo |
SMBFileShareInfo.withCaseSensitivity(String caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
SMBFileShareInfo |
SMBFileShareInfo.withDefaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the file gateway.
|
SMBFileShareInfo |
SMBFileShareInfo.withFileShareARN(String fileShareARN) |
SMBFileShareInfo |
SMBFileShareInfo.withFileShareId(String fileShareId) |
SMBFileShareInfo |
SMBFileShareInfo.withFileShareName(String fileShareName)
The name of the file share.
|
SMBFileShareInfo |
SMBFileShareInfo.withFileShareStatus(String fileShareStatus) |
SMBFileShareInfo |
SMBFileShareInfo.withGatewayARN(String gatewayARN) |
SMBFileShareInfo |
SMBFileShareInfo.withGuessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
SMBFileShareInfo |
SMBFileShareInfo.withInvalidUserList(Collection<String> invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
SMBFileShareInfo |
SMBFileShareInfo.withInvalidUserList(String... invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
SMBFileShareInfo |
SMBFileShareInfo.withKMSEncrypted(Boolean kMSEncrypted)
Set to
true to use Amazon S3 server-side encryption with your own AWS KMS key, or false
to use a key managed by Amazon S3. |
SMBFileShareInfo |
SMBFileShareInfo.withKMSKey(String kMSKey) |
SMBFileShareInfo |
SMBFileShareInfo.withLocationARN(String locationARN) |
SMBFileShareInfo |
SMBFileShareInfo.withNotificationPolicy(String notificationPolicy)
The notification policy of the file share.
|
SMBFileShareInfo |
SMBFileShareInfo.withObjectACL(ObjectACL objectACL) |
SMBFileShareInfo |
SMBFileShareInfo.withObjectACL(String objectACL) |
SMBFileShareInfo |
SMBFileShareInfo.withPath(String path)
The file share path used by the SMB client to identify the mount point.
|
SMBFileShareInfo |
SMBFileShareInfo.withReadOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
SMBFileShareInfo |
SMBFileShareInfo.withRequesterPays(Boolean requesterPays)
A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket.
|
SMBFileShareInfo |
SMBFileShareInfo.withRole(String role) |
SMBFileShareInfo |
SMBFileShareInfo.withSMBACLEnabled(Boolean sMBACLEnabled)
If this value is set to
true, it indicates that access control list (ACL) is enabled on the SMB file
share. |
SMBFileShareInfo |
SMBFileShareInfo.withTags(Collection<Tag> tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
SMBFileShareInfo |
SMBFileShareInfo.withTags(Tag... tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
SMBFileShareInfo |
SMBFileShareInfo.withValidUserList(Collection<String> validUserList)
A list of users or groups in the Active Directory that are allowed to access the file share.
|
SMBFileShareInfo |
SMBFileShareInfo.withValidUserList(String... validUserList)
A list of users or groups in the Active Directory that are allowed to access the file share.
|
| Modifier and Type | Method and Description |
|---|---|
List<SMBFileShareInfo> |
DescribeSMBFileSharesResult.getSMBFileShareInfoList()
An array containing a description for each requested file share.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSMBFileSharesResult |
DescribeSMBFileSharesResult.withSMBFileShareInfoList(SMBFileShareInfo... sMBFileShareInfoList)
An array containing a description for each requested file share.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSMBFileSharesResult.setSMBFileShareInfoList(Collection<SMBFileShareInfo> sMBFileShareInfoList)
An array containing a description for each requested file share.
|
DescribeSMBFileSharesResult |
DescribeSMBFileSharesResult.withSMBFileShareInfoList(Collection<SMBFileShareInfo> sMBFileShareInfoList)
An array containing a description for each requested file share.
|
Copyright © 2021. All rights reserved.