| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
NFSFileShareInfo |
NFSFileShareInfo.clone() |
NFSFileShareInfo |
NFSFileShareInfo.withCacheAttributes(CacheAttributes cacheAttributes)
Refresh cache information.
|
NFSFileShareInfo |
NFSFileShareInfo.withClientList(Collection<String> clientList) |
NFSFileShareInfo |
NFSFileShareInfo.withClientList(String... clientList)
NOTE: This method appends the values to the existing list (if any).
|
NFSFileShareInfo |
NFSFileShareInfo.withDefaultStorageClass(String defaultStorageClass)
The default storage class for objects put into an Amazon S3 bucket by the file gateway.
|
NFSFileShareInfo |
NFSFileShareInfo.withFileShareARN(String fileShareARN) |
NFSFileShareInfo |
NFSFileShareInfo.withFileShareId(String fileShareId) |
NFSFileShareInfo |
NFSFileShareInfo.withFileShareName(String fileShareName)
The name of the file share.
|
NFSFileShareInfo |
NFSFileShareInfo.withFileShareStatus(String fileShareStatus) |
NFSFileShareInfo |
NFSFileShareInfo.withGatewayARN(String gatewayARN) |
NFSFileShareInfo |
NFSFileShareInfo.withGuessMIMETypeEnabled(Boolean guessMIMETypeEnabled)
A value that enables guessing of the MIME type for uploaded objects based on file extensions.
|
NFSFileShareInfo |
NFSFileShareInfo.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. |
NFSFileShareInfo |
NFSFileShareInfo.withKMSKey(String kMSKey) |
NFSFileShareInfo |
NFSFileShareInfo.withLocationARN(String locationARN) |
NFSFileShareInfo |
NFSFileShareInfo.withNFSFileShareDefaults(NFSFileShareDefaults nFSFileShareDefaults) |
NFSFileShareInfo |
NFSFileShareInfo.withObjectACL(ObjectACL objectACL) |
NFSFileShareInfo |
NFSFileShareInfo.withObjectACL(String objectACL) |
NFSFileShareInfo |
NFSFileShareInfo.withPath(String path) |
NFSFileShareInfo |
NFSFileShareInfo.withReadOnly(Boolean readOnly)
A value that sets the write status of a file share.
|
NFSFileShareInfo |
NFSFileShareInfo.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.
|
NFSFileShareInfo |
NFSFileShareInfo.withRole(String role) |
NFSFileShareInfo |
NFSFileShareInfo.withSquash(String squash) |
NFSFileShareInfo |
NFSFileShareInfo.withTags(Collection<Tag> tags)
A list of up to 50 tags assigned to the NFS file share, sorted alphabetically by key name.
|
NFSFileShareInfo |
NFSFileShareInfo.withTags(Tag... tags)
A list of up to 50 tags assigned to the NFS file share, sorted alphabetically by key name.
|
| Modifier and Type | Method and Description |
|---|---|
List<NFSFileShareInfo> |
DescribeNFSFileSharesResult.getNFSFileShareInfoList()
An array containing a description for each requested file share.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNFSFileSharesResult |
DescribeNFSFileSharesResult.withNFSFileShareInfoList(NFSFileShareInfo... nFSFileShareInfoList)
An array containing a description for each requested file share.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNFSFileSharesResult.setNFSFileShareInfoList(Collection<NFSFileShareInfo> nFSFileShareInfoList)
An array containing a description for each requested file share.
|
DescribeNFSFileSharesResult |
DescribeNFSFileSharesResult.withNFSFileShareInfoList(Collection<NFSFileShareInfo> nFSFileShareInfoList)
An array containing a description for each requested file share.
|
Copyright © 2020. All rights reserved.