Uses of Class
software.amazon.awssdk.services.storagegateway.model.FileShareInfo
-
Packages that use FileShareInfo Package Description software.amazon.awssdk.services.storagegateway.model software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of FileShareInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type FileShareInfo Modifier and Type Method Description List<FileShareInfo>ListFileSharesResponse. fileShareInfoList()An array of information about the S3 File Gateway's file shares.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type FileShareInfo Modifier and Type Method Description ListFileSharesResponse.BuilderListFileSharesResponse.Builder. fileShareInfoList(FileShareInfo... fileShareInfoList)An array of information about the S3 File Gateway's file shares.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type FileShareInfo Modifier and Type Method Description ListFileSharesResponse.BuilderListFileSharesResponse.Builder. fileShareInfoList(Collection<FileShareInfo> fileShareInfoList)An array of information about the S3 File Gateway's file shares. -
Uses of FileShareInfo in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type FileShareInfo Modifier and Type Method Description SdkIterable<FileShareInfo>ListFileSharesIterable. fileShareInfoList()Returns an iterable to iterate through the paginatedListFileSharesResponse.fileShareInfoList()member.SdkPublisher<FileShareInfo>ListFileSharesPublisher. fileShareInfoList()Returns a publisher that can be used to get a stream of data.
-