Uses of Class
software.amazon.awssdk.services.storagegateway.model.FileSystemAssociationSummary
-
Packages that use FileSystemAssociationSummary Package Description software.amazon.awssdk.services.storagegateway.model software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of FileSystemAssociationSummary in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type FileSystemAssociationSummary Modifier and Type Method Description List<FileSystemAssociationSummary>ListFileSystemAssociationsResponse. fileSystemAssociationSummaryList()An array of information about the Amazon FSx gateway's file system associations.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type FileSystemAssociationSummary Modifier and Type Method Description ListFileSystemAssociationsResponse.BuilderListFileSystemAssociationsResponse.Builder. fileSystemAssociationSummaryList(FileSystemAssociationSummary... fileSystemAssociationSummaryList)An array of information about the Amazon FSx gateway's file system associations.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type FileSystemAssociationSummary Modifier and Type Method Description ListFileSystemAssociationsResponse.BuilderListFileSystemAssociationsResponse.Builder. fileSystemAssociationSummaryList(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)An array of information about the Amazon FSx gateway's file system associations. -
Uses of FileSystemAssociationSummary in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type FileSystemAssociationSummary Modifier and Type Method Description SdkIterable<FileSystemAssociationSummary>ListFileSystemAssociationsIterable. fileSystemAssociationSummaryList()Returns an iterable to iterate through the paginatedListFileSystemAssociationsResponse.fileSystemAssociationSummaryList()member.SdkPublisher<FileSystemAssociationSummary>ListFileSystemAssociationsPublisher. fileSystemAssociationSummaryList()Returns a publisher that can be used to get a stream of data.
-