| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSMBFileShareResult> |
AWSStorageGatewayAsync.updateSMBFileShareAsync(UpdateSMBFileShareRequest updateSMBFileShareRequest,
AsyncHandler<UpdateSMBFileShareRequest,UpdateSMBFileShareResult> asyncHandler)
Updates a Server Message Block (SMB) file share.
|
Future<UpdateSMBFileShareResult> |
AWSStorageGatewayAsyncClient.updateSMBFileShareAsync(UpdateSMBFileShareRequest request,
AsyncHandler<UpdateSMBFileShareRequest,UpdateSMBFileShareResult> asyncHandler) |
Future<UpdateSMBFileShareResult> |
AbstractAWSStorageGatewayAsync.updateSMBFileShareAsync(UpdateSMBFileShareRequest request,
AsyncHandler<UpdateSMBFileShareRequest,UpdateSMBFileShareResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.clone() |
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withAdminUserList(Collection<String> adminUserList)
A list of users in the Active Directory that have administrator rights to the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withAdminUserList(String... adminUserList)
A list of users in the Active Directory that have administrator rights to the file share.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withDefaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the file gateway.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the SMB file share that you want to update.
|
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)
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by Amazon
S3.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withKMSKey(String kMSKey)
The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withObjectACL(ObjectACL objectACL)
A value that sets the access control list permission for objects in the S3 bucket that a file gateway puts
objects into.
|
UpdateSMBFileShareRequest |
UpdateSMBFileShareRequest.withObjectACL(String objectACL)
A value that sets the access control list permission for objects in the S3 bucket that a file gateway puts
objects into.
|
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 ACL (access control list) 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 © 2020. All rights reserved.