| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
ListFileSharesResult |
AWSStorageGateway.listFileShares(ListFileSharesRequest listFileSharesRequest)
Gets a list of the file shares for a specific file gateway, or the list of file shares that belong to the calling
user account.
|
ListFileSharesResult |
AWSStorageGatewayClient.listFileShares(ListFileSharesRequest request)
Gets a list of the file shares for a specific file gateway, or the list of file shares that belong to the calling
user account.
|
ListFileSharesResult |
AbstractAWSStorageGateway.listFileShares(ListFileSharesRequest request) |
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 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 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 file gateway, or the list of file shares that belong to the calling
user account.
|
| Modifier and Type | Method and Description |
|---|---|
ListFileSharesRequest |
ListFileSharesRequest.clone() |
ListFileSharesRequest |
ListFileSharesRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway whose file shares you want to list.
|
ListFileSharesRequest |
ListFileSharesRequest.withLimit(Integer limit)
The maximum number of file shares to return in the response.
|
ListFileSharesRequest |
ListFileSharesRequest.withMarker(String marker)
Opaque pagination token returned from a previous ListFileShares operation.
|
Copyright © 2021. All rights reserved.