| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSMBFileShareResult> |
AbstractAWSStorageGatewayAsync.updateSMBFileShareAsync(UpdateSMBFileShareRequest request,
AsyncHandler<UpdateSMBFileShareRequest,UpdateSMBFileShareResult> asyncHandler) |
Future<UpdateSMBFileShareResult> |
AWSStorageGatewayAsyncClient.updateSMBFileShareAsync(UpdateSMBFileShareRequest request,
AsyncHandler<UpdateSMBFileShareRequest,UpdateSMBFileShareResult> asyncHandler) |
Future<UpdateSMBFileShareResult> |
AWSStorageGatewayAsync.updateSMBFileShareAsync(UpdateSMBFileShareRequest updateSMBFileShareRequest,
AsyncHandler<UpdateSMBFileShareRequest,UpdateSMBFileShareResult> asyncHandler)
Updates a Server Message Block (SMB) file share.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.clone() |
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withAccessBasedEnumeration(Boolean accessBasedEnumeration)
The files and folders on this share will only be visible to users with read access.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withAdminUserList(Collection<String> adminUserList)
A list of users or groups in the Active Directory that have administrator rights to the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withAdminUserList(String... adminUserList)
A list of users or groups in the Active Directory that have administrator rights to the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for audit logs.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withCacheAttributes(CacheAttributes cacheAttributes)
Specifies refresh cache information for the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withCaseSensitivity(CaseSensitivity caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withCaseSensitivity(String caseSensitivity)
The case of an object name in an Amazon S3 bucket.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withDefaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the SMB file share that you want to update.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withFileShareName(String fileShareName)
The name of the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withGuessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withInvalidUserList(Collection<String> invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withInvalidUserList(String... invalidUserList)
A list of users or groups in the Active Directory that are not allowed to access the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withKMSEncrypted(Boolean kMSEncrypted)
Set to
true to use Amazon S3 server-side encryption with your own KMS key, or false to
use a key managed by Amazon S3. |
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withKMSKey(String kMSKey)
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withNotificationPolicy(String notificationPolicy)
The notification policy of the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withObjectACL(ObjectACL objectACL)
A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway
puts objects into.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withObjectACL(String objectACL)
A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway
puts objects into.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withOplocksEnabled(Boolean oplocksEnabled)
Specifies whether opportunistic locking is enabled for the SMB file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withReadOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.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.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withSMBACLEnabled(Boolean sMBACLEnabled)
Set this value to
true to enable access control list (ACL) on the SMB file share. |
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withValidUserList(Collection<String> validUserList)
A list of users or groups in the Active Directory that are allowed to access the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withValidUserList(String... validUserList)
A list of users or groups in the Active Directory that are allowed to access the file share.
|
Copyright © 2025. All rights reserved.