| Package | Description |
|---|---|
| com.amazonaws.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFileCacheResult> |
AmazonFSxAsyncClient.createFileCacheAsync(CreateFileCacheRequest request,
AsyncHandler<CreateFileCacheRequest,CreateFileCacheResult> asyncHandler) |
Future<CreateFileCacheResult> |
AmazonFSxAsync.createFileCacheAsync(CreateFileCacheRequest createFileCacheRequest,
AsyncHandler<CreateFileCacheRequest,CreateFileCacheResult> asyncHandler)
Creates a new Amazon File Cache resource.
|
Future<CreateFileCacheResult> |
AbstractAmazonFSxAsync.createFileCacheAsync(CreateFileCacheRequest request,
AsyncHandler<CreateFileCacheRequest,CreateFileCacheResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFileCacheRequest |
CreateFileCacheRequest.clone() |
CreateFileCacheRequest |
CreateFileCacheRequest.withClientRequestToken(String clientRequestToken)
An idempotency token for resource creation, in a string of up to 64 ASCII characters.
|
CreateFileCacheRequest |
CreateFileCacheRequest.withCopyTagsToDataRepositoryAssociations(Boolean copyTagsToDataRepositoryAssociations)
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
|
CreateFileCacheRequest |
CreateFileCacheRequest.withDataRepositoryAssociations(Collection<FileCacheDataRepositoryAssociation> dataRepositoryAssociations)
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
|
CreateFileCacheRequest |
CreateFileCacheRequest.withDataRepositoryAssociations(FileCacheDataRepositoryAssociation... dataRepositoryAssociations)
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
|
CreateFileCacheRequest |
CreateFileCacheRequest.withFileCacheType(FileCacheType fileCacheType)
The type of cache that you're creating, which must be
LUSTRE. |
CreateFileCacheRequest |
CreateFileCacheRequest.withFileCacheType(String fileCacheType)
The type of cache that you're creating, which must be
LUSTRE. |
CreateFileCacheRequest |
CreateFileCacheRequest.withFileCacheTypeVersion(String fileCacheTypeVersion)
Sets the Lustre version for the cache that you're creating, which must be
2.12. |
CreateFileCacheRequest |
CreateFileCacheRequest.withKmsKeyId(String kmsKeyId)
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
|
CreateFileCacheRequest |
CreateFileCacheRequest.withLustreConfiguration(CreateFileCacheLustreConfiguration lustreConfiguration)
The configuration for the Amazon File Cache resource being created.
|
CreateFileCacheRequest |
CreateFileCacheRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache
access.
|
CreateFileCacheRequest |
CreateFileCacheRequest.withSecurityGroupIds(String... securityGroupIds)
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache
access.
|
CreateFileCacheRequest |
CreateFileCacheRequest.withStorageCapacity(Integer storageCapacity)
The storage capacity of the cache in gibibytes (GiB).
|
CreateFileCacheRequest |
CreateFileCacheRequest.withSubnetIds(Collection<String> subnetIds) |
CreateFileCacheRequest |
CreateFileCacheRequest.withSubnetIds(String... subnetIds)
NOTE: This method appends the values to the existing list (if any).
|
CreateFileCacheRequest |
CreateFileCacheRequest.withTags(Collection<Tag> tags) |
CreateFileCacheRequest |
CreateFileCacheRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2023. All rights reserved.