Uses of Class
software.amazon.awssdk.services.storagegateway.model.NFSFileShareInfo
-
Packages that use NFSFileShareInfo Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of NFSFileShareInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type NFSFileShareInfo Modifier and Type Method Description List<NFSFileShareInfo>DescribeNfsFileSharesResponse. nfsFileShareInfoList()An array containing a description for each requested file share.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type NFSFileShareInfo Modifier and Type Method Description DescribeNfsFileSharesResponse.BuilderDescribeNfsFileSharesResponse.Builder. nfsFileShareInfoList(NFSFileShareInfo... nfsFileShareInfoList)An array containing a description for each requested file share.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type NFSFileShareInfo Modifier and Type Method Description DescribeNfsFileSharesResponse.BuilderDescribeNfsFileSharesResponse.Builder. nfsFileShareInfoList(Collection<NFSFileShareInfo> nfsFileShareInfoList)An array containing a description for each requested file share.
-