| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemAssociationInfo |
FileSystemAssociationInfo.clone() |
FileSystemAssociationInfo |
FileSystemAssociationInfo.withAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
|
FileSystemAssociationInfo |
FileSystemAssociationInfo.withCacheAttributes(CacheAttributes cacheAttributes) |
FileSystemAssociationInfo |
FileSystemAssociationInfo.withFileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association.
|
FileSystemAssociationInfo |
FileSystemAssociationInfo.withFileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file system association.
|
FileSystemAssociationInfo |
FileSystemAssociationInfo.withGatewayARN(String gatewayARN) |
FileSystemAssociationInfo |
FileSystemAssociationInfo.withLocationARN(String locationARN)
The ARN of the backend Amazon FSx file system used for storing file data.
|
FileSystemAssociationInfo |
FileSystemAssociationInfo.withTags(Collection<Tag> tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
FileSystemAssociationInfo |
FileSystemAssociationInfo.withTags(Tag... tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileSystemAssociationInfo> |
DescribeFileSystemAssociationsResult.getFileSystemAssociationInfoList()
An array containing the
FileSystemAssociationInfo data type of each file system association to be
described. |
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemAssociationsResult |
DescribeFileSystemAssociationsResult.withFileSystemAssociationInfoList(FileSystemAssociationInfo... fileSystemAssociationInfoList)
An array containing the
FileSystemAssociationInfo data type of each file system association to be
described. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFileSystemAssociationsResult.setFileSystemAssociationInfoList(Collection<FileSystemAssociationInfo> fileSystemAssociationInfoList)
An array containing the
FileSystemAssociationInfo data type of each file system association to be
described. |
DescribeFileSystemAssociationsResult |
DescribeFileSystemAssociationsResult.withFileSystemAssociationInfoList(Collection<FileSystemAssociationInfo> fileSystemAssociationInfoList)
An array containing the
FileSystemAssociationInfo data type of each file system association to be
described. |
Copyright © 2021. All rights reserved.