| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateNFSFileShareResult> |
AbstractAWSStorageGatewayAsync.updateNFSFileShareAsync(UpdateNFSFileShareRequest request,
AsyncHandler<UpdateNFSFileShareRequest,UpdateNFSFileShareResult> asyncHandler) |
Future<UpdateNFSFileShareResult> |
AWSStorageGatewayAsyncClient.updateNFSFileShareAsync(UpdateNFSFileShareRequest request,
AsyncHandler<UpdateNFSFileShareRequest,UpdateNFSFileShareResult> asyncHandler) |
Future<UpdateNFSFileShareResult> |
AWSStorageGatewayAsync.updateNFSFileShareAsync(UpdateNFSFileShareRequest updateNFSFileShareRequest,
AsyncHandler<UpdateNFSFileShareRequest,UpdateNFSFileShareResult> asyncHandler)
Updates a Network File System (NFS) file share.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.clone() |
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for audit logs.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withCacheAttributes(CacheAttributes cacheAttributes)
Specifies refresh cache information for the file share.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withClientList(Collection<String> clientList)
The list of clients that are allowed to access the S3 File Gateway.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withClientList(String... clientList)
The list of clients that are allowed to access the S3 File Gateway.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withDefaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the file share to be updated.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withFileShareName(String fileShareName)
The name of the file share.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withGuessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.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. |
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withKMSKey(String kMSKey)
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withNFSFileShareDefaults(NFSFileShareDefaults nFSFileShareDefaults)
The default values for the file share.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withNotificationPolicy(String notificationPolicy)
The notification policy of the file share.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.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.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.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.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withReadOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.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.
|
UpdateNFSFileShareRequest |
UpdateNFSFileShareRequest.withSquash(String squash)
The user mapped to anonymous user.
|
Copyright © 2023. All rights reserved.