| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
ListFileSystemAssociationsResult |
AWSStorageGatewayClient.listFileSystemAssociations(ListFileSystemAssociationsRequest request)
Gets a list of
FileSystemAssociationSummary objects. |
ListFileSystemAssociationsResult |
AWSStorageGateway.listFileSystemAssociations(ListFileSystemAssociationsRequest listFileSystemAssociationsRequest)
Gets a list of
FileSystemAssociationSummary objects. |
ListFileSystemAssociationsResult |
AbstractAWSStorageGateway.listFileSystemAssociations(ListFileSystemAssociationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFileSystemAssociationsResult> |
AWSStorageGatewayAsyncClient.listFileSystemAssociationsAsync(ListFileSystemAssociationsRequest request,
AsyncHandler<ListFileSystemAssociationsRequest,ListFileSystemAssociationsResult> asyncHandler) |
Future<ListFileSystemAssociationsResult> |
AWSStorageGatewayAsync.listFileSystemAssociationsAsync(ListFileSystemAssociationsRequest listFileSystemAssociationsRequest,
AsyncHandler<ListFileSystemAssociationsRequest,ListFileSystemAssociationsResult> asyncHandler)
Gets a list of
FileSystemAssociationSummary objects. |
Future<ListFileSystemAssociationsResult> |
AbstractAWSStorageGatewayAsync.listFileSystemAssociationsAsync(ListFileSystemAssociationsRequest request,
AsyncHandler<ListFileSystemAssociationsRequest,ListFileSystemAssociationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFileSystemAssociationsResult |
ListFileSystemAssociationsResult.clone() |
ListFileSystemAssociationsResult |
ListFileSystemAssociationsResult.withFileSystemAssociationSummaryList(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResult |
ListFileSystemAssociationsResult.withFileSystemAssociationSummaryList(FileSystemAssociationSummary... fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResult |
ListFileSystemAssociationsResult.withMarker(String marker)
If the request includes
Marker, the response returns that value in this field. |
ListFileSystemAssociationsResult |
ListFileSystemAssociationsResult.withNextMarker(String nextMarker)
If a value is present, there are more file system associations to return.
|
Copyright © 2023. All rights reserved.