| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
FileShareInfo |
FileShareInfo.clone() |
FileShareInfo |
FileShareInfo.withFileShareARN(String fileShareARN) |
FileShareInfo |
FileShareInfo.withFileShareId(String fileShareId) |
FileShareInfo |
FileShareInfo.withFileShareStatus(String fileShareStatus) |
FileShareInfo |
FileShareInfo.withFileShareType(FileShareType fileShareType) |
FileShareInfo |
FileShareInfo.withFileShareType(String fileShareType) |
FileShareInfo |
FileShareInfo.withGatewayARN(String gatewayARN) |
| Modifier and Type | Method and Description |
|---|---|
List<FileShareInfo> |
ListFileSharesResult.getFileShareInfoList()
An array of information about the file gateway's file shares.
|
| Modifier and Type | Method and Description |
|---|---|
ListFileSharesResult |
ListFileSharesResult.withFileShareInfoList(FileShareInfo... fileShareInfoList)
An array of information about the file gateway's file shares.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFileSharesResult.setFileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the file gateway's file shares.
|
ListFileSharesResult |
ListFileSharesResult.withFileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the file gateway's file shares.
|
Copyright © 2021. All rights reserved.