| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
ListFileSharesResult |
AbstractAWSStorageGateway.listFileShares(ListFileSharesRequest request) |
ListFileSharesResult |
AWSStorageGatewayClient.listFileShares(ListFileSharesRequest request)
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling user account.
|
ListFileSharesResult |
AWSStorageGateway.listFileShares(ListFileSharesRequest listFileSharesRequest)
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling user account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFileSharesResult> |
AbstractAWSStorageGatewayAsync.listFileSharesAsync(ListFileSharesRequest request) |
Future<ListFileSharesResult> |
AWSStorageGatewayAsyncClient.listFileSharesAsync(ListFileSharesRequest request) |
Future<ListFileSharesResult> |
AWSStorageGatewayAsync.listFileSharesAsync(ListFileSharesRequest listFileSharesRequest)
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling user account.
|
Future<ListFileSharesResult> |
AbstractAWSStorageGatewayAsync.listFileSharesAsync(ListFileSharesRequest request,
AsyncHandler<ListFileSharesRequest,ListFileSharesResult> asyncHandler) |
Future<ListFileSharesResult> |
AWSStorageGatewayAsyncClient.listFileSharesAsync(ListFileSharesRequest request,
AsyncHandler<ListFileSharesRequest,ListFileSharesResult> asyncHandler) |
Future<ListFileSharesResult> |
AWSStorageGatewayAsync.listFileSharesAsync(ListFileSharesRequest listFileSharesRequest,
AsyncHandler<ListFileSharesRequest,ListFileSharesResult> asyncHandler)
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling user account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFileSharesResult> |
AbstractAWSStorageGatewayAsync.listFileSharesAsync(ListFileSharesRequest request,
AsyncHandler<ListFileSharesRequest,ListFileSharesResult> asyncHandler) |
Future<ListFileSharesResult> |
AWSStorageGatewayAsyncClient.listFileSharesAsync(ListFileSharesRequest request,
AsyncHandler<ListFileSharesRequest,ListFileSharesResult> asyncHandler) |
Future<ListFileSharesResult> |
AWSStorageGatewayAsync.listFileSharesAsync(ListFileSharesRequest listFileSharesRequest,
AsyncHandler<ListFileSharesRequest,ListFileSharesResult> asyncHandler)
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling user account.
|
| Modifier and Type | Method and Description |
|---|---|
ListFileSharesResult |
ListFileSharesResult.clone() |
ListFileSharesResult |
ListFileSharesResult.withFileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the S3 File Gateway's file shares.
|
ListFileSharesResult |
ListFileSharesResult.withFileShareInfoList(FileShareInfo... fileShareInfoList)
An array of information about the S3 File Gateway's file shares.
|
ListFileSharesResult |
ListFileSharesResult.withMarker(String marker)
If the request includes
Marker, the response returns that value in this field. |
ListFileSharesResult |
ListFileSharesResult.withNextMarker(String nextMarker)
If a value is present, there are more file shares to return.
|
Copyright © 2022. All rights reserved.