| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileCache |
FileCache.clone() |
FileCache |
UpdateFileCacheResult.getFileCache()
A description of the cache that was updated.
|
FileCache |
FileCache.withCreationTime(Date creationTime) |
FileCache |
FileCache.withDataRepositoryAssociationIds(Collection<String> dataRepositoryAssociationIds)
A list of IDs of data repository associations that are associated with this cache.
|
FileCache |
FileCache.withDataRepositoryAssociationIds(String... dataRepositoryAssociationIds)
A list of IDs of data repository associations that are associated with this cache.
|
FileCache |
FileCache.withDNSName(String dNSName)
The Domain Name System (DNS) name for the cache.
|
FileCache |
FileCache.withFailureDetails(FileCacheFailureDetails failureDetails)
A structure providing details of any failures that occurred.
|
FileCache |
FileCache.withFileCacheId(String fileCacheId)
The system-generated, unique ID of the cache.
|
FileCache |
FileCache.withFileCacheType(FileCacheType fileCacheType)
The type of cache, which must be
LUSTRE. |
FileCache |
FileCache.withFileCacheType(String fileCacheType)
The type of cache, which must be
LUSTRE. |
FileCache |
FileCache.withFileCacheTypeVersion(String fileCacheTypeVersion)
The Lustre version of the cache, which must be
2.12. |
FileCache |
FileCache.withKmsKeyId(String kmsKeyId)
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
|
FileCache |
FileCache.withLifecycle(FileCacheLifecycle lifecycle)
The lifecycle status of the cache.
|
FileCache |
FileCache.withLifecycle(String lifecycle)
The lifecycle status of the cache.
|
FileCache |
FileCache.withLustreConfiguration(FileCacheLustreConfiguration lustreConfiguration)
The configuration for the Amazon File Cache resource.
|
FileCache |
FileCache.withNetworkInterfaceIds(Collection<String> networkInterfaceIds) |
FileCache |
FileCache.withNetworkInterfaceIds(String... networkInterfaceIds)
NOTE: This method appends the values to the existing list (if any).
|
FileCache |
FileCache.withOwnerId(String ownerId) |
FileCache |
FileCache.withResourceARN(String resourceARN) |
FileCache |
FileCache.withStorageCapacity(Integer storageCapacity)
The storage capacity of the cache in gibibytes (GiB).
|
FileCache |
FileCache.withSubnetIds(Collection<String> subnetIds) |
FileCache |
FileCache.withSubnetIds(String... subnetIds)
NOTE: This method appends the values to the existing list (if any).
|
FileCache |
FileCache.withVpcId(String vpcId) |
| Modifier and Type | Method and Description |
|---|---|
List<FileCache> |
DescribeFileCachesResult.getFileCaches()
The response object for the
DescribeFileCaches operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFileCacheResult.setFileCache(FileCache fileCache)
A description of the cache that was updated.
|
UpdateFileCacheResult |
UpdateFileCacheResult.withFileCache(FileCache fileCache)
A description of the cache that was updated.
|
DescribeFileCachesResult |
DescribeFileCachesResult.withFileCaches(FileCache... fileCaches)
The response object for the
DescribeFileCaches operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFileCachesResult.setFileCaches(Collection<FileCache> fileCaches)
The response object for the
DescribeFileCaches operation. |
DescribeFileCachesResult |
DescribeFileCachesResult.withFileCaches(Collection<FileCache> fileCaches)
The response object for the
DescribeFileCaches operation. |
Copyright © 2023. All rights reserved.