Uses of Class
software.amazon.awssdk.services.efs.model.FileSystemDescription
-
Packages that use FileSystemDescription Package Description software.amazon.awssdk.services.efs.model software.amazon.awssdk.services.efs.paginators -
-
Uses of FileSystemDescription in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type FileSystemDescription Modifier and Type Method Description List<FileSystemDescription>DescribeFileSystemsResponse. fileSystems()An array of file system descriptions.Methods in software.amazon.awssdk.services.efs.model with parameters of type FileSystemDescription Modifier and Type Method Description DescribeFileSystemsResponse.BuilderDescribeFileSystemsResponse.Builder. fileSystems(FileSystemDescription... fileSystems)An array of file system descriptions.Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type FileSystemDescription Modifier and Type Method Description DescribeFileSystemsResponse.BuilderDescribeFileSystemsResponse.Builder. fileSystems(Collection<FileSystemDescription> fileSystems)An array of file system descriptions. -
Uses of FileSystemDescription in software.amazon.awssdk.services.efs.paginators
Methods in software.amazon.awssdk.services.efs.paginators that return types with arguments of type FileSystemDescription Modifier and Type Method Description SdkIterable<FileSystemDescription>DescribeFileSystemsIterable. fileSystems()Returns an iterable to iterate through the paginatedDescribeFileSystemsResponse.fileSystems()member.SdkPublisher<FileSystemDescription>DescribeFileSystemsPublisher. fileSystems()Returns a publisher that can be used to get a stream of data.
-