| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFileSystemAssociationsResponse.Builder |
ListFileSystemAssociationsResponse.builder() |
ListFileSystemAssociationsResponse.Builder |
ListFileSystemAssociationsResponse.Builder.fileSystemAssociationSummaryList(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResponse.Builder |
ListFileSystemAssociationsResponse.Builder.fileSystemAssociationSummaryList(Consumer<FileSystemAssociationSummary.Builder>... fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResponse.Builder |
ListFileSystemAssociationsResponse.Builder.fileSystemAssociationSummaryList(FileSystemAssociationSummary... fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResponse.Builder |
ListFileSystemAssociationsResponse.Builder.marker(String marker)
If the request includes
Marker, the response returns that value in this field. |
ListFileSystemAssociationsResponse.Builder |
ListFileSystemAssociationsResponse.Builder.nextMarker(String nextMarker)
If a value is present, there are more file system associations to return.
|
ListFileSystemAssociationsResponse.Builder |
ListFileSystemAssociationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFileSystemAssociationsResponse.Builder> |
ListFileSystemAssociationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.