| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model | |
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FileShareInfo> |
ListFileSharesResponse.fileShareInfoList()
An array of information about the file gateway's file shares.
|
| Modifier and Type | Method and Description |
|---|---|
ListFileSharesResponse.Builder |
ListFileSharesResponse.Builder.fileShareInfoList(FileShareInfo... fileShareInfoList)
An array of information about the file gateway's file shares.
|
| Modifier and Type | Method and Description |
|---|---|
ListFileSharesResponse.Builder |
ListFileSharesResponse.Builder.fileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the file gateway's file shares.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FileShareInfo> |
ListFileSharesIterable.fileShareInfoList()
Returns an iterable to iterate through the paginated
ListFileSharesResponse.fileShareInfoList() member. |
SdkPublisher<FileShareInfo> |
ListFileSharesPublisher.fileShareInfoList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2019. All rights reserved.