Uses of Class
software.amazon.awssdk.services.storagegateway.model.FileSystemAssociationInfo
-
Packages that use FileSystemAssociationInfo Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of FileSystemAssociationInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type FileSystemAssociationInfo Modifier and Type Method Description List<FileSystemAssociationInfo>DescribeFileSystemAssociationsResponse. fileSystemAssociationInfoList()An array containing theFileSystemAssociationInfodata type of each file system association to be described.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type FileSystemAssociationInfo Modifier and Type Method Description DescribeFileSystemAssociationsResponse.BuilderDescribeFileSystemAssociationsResponse.Builder. fileSystemAssociationInfoList(FileSystemAssociationInfo... fileSystemAssociationInfoList)An array containing theFileSystemAssociationInfodata type of each file system association to be described.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type FileSystemAssociationInfo Modifier and Type Method Description DescribeFileSystemAssociationsResponse.BuilderDescribeFileSystemAssociationsResponse.Builder. fileSystemAssociationInfoList(Collection<FileSystemAssociationInfo> fileSystemAssociationInfoList)An array containing theFileSystemAssociationInfodata type of each file system association to be described.
-