Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem |
|
com.amazonaws.services.elasticfilesystem.model |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemResult |
AbstractAmazonElasticFileSystem.createFileSystem(CreateFileSystemRequest request) |
CreateFileSystemResult |
AmazonElasticFileSystemClient.createFileSystem(CreateFileSystemRequest request)
Creates a new, empty file system.
|
CreateFileSystemResult |
AmazonElasticFileSystem.createFileSystem(CreateFileSystemRequest createFileSystemRequest)
Creates a new, empty file system.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateFileSystemResult> |
AmazonElasticFileSystemAsync.createFileSystemAsync(CreateFileSystemRequest createFileSystemRequest,
AsyncHandler<CreateFileSystemRequest,CreateFileSystemResult> asyncHandler)
Creates a new, empty file system.
|
Future<CreateFileSystemResult> |
AmazonElasticFileSystemAsyncClient.createFileSystemAsync(CreateFileSystemRequest request,
AsyncHandler<CreateFileSystemRequest,CreateFileSystemResult> asyncHandler) |
Future<CreateFileSystemResult> |
AbstractAmazonElasticFileSystemAsync.createFileSystemAsync(CreateFileSystemRequest request,
AsyncHandler<CreateFileSystemRequest,CreateFileSystemResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemResult |
CreateFileSystemResult.clone() |
CreateFileSystemResult |
CreateFileSystemResult.withAvailabilityZoneId(String availabilityZoneId)
The unique and consistent identifier of the Availability Zone in which the file system's One Zone storage classes
exist.
|
CreateFileSystemResult |
CreateFileSystemResult.withAvailabilityZoneName(String availabilityZoneName)
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for
file systems using One Zone storage classes.
|
CreateFileSystemResult |
CreateFileSystemResult.withCreationTime(Date creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
|
CreateFileSystemResult |
CreateFileSystemResult.withCreationToken(String creationToken)
The opaque string specified in the request.
|
CreateFileSystemResult |
CreateFileSystemResult.withEncrypted(Boolean encrypted)
A Boolean value that, if true, indicates that the file system is encrypted.
|
CreateFileSystemResult |
CreateFileSystemResult.withFileSystemArn(String fileSystemArn)
The Amazon Resource Name (ARN) for the EFS file system, in the format
arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id . |
CreateFileSystemResult |
CreateFileSystemResult.withFileSystemId(String fileSystemId)
The ID of the file system, assigned by Amazon EFS.
|
CreateFileSystemResult |
CreateFileSystemResult.withKmsKeyId(String kmsKeyId)
The ID of an Key Management Service customer master key (CMK) that was used to protect the encrypted file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withLifeCycleState(String lifeCycleState)
The lifecycle phase of the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withName(String name)
You can add tags to a file system, including a
Name tag. |
CreateFileSystemResult |
CreateFileSystemResult.withNumberOfMountTargets(Integer numberOfMountTargets)
The current number of mount targets that the file system has.
|
CreateFileSystemResult |
CreateFileSystemResult.withOwnerId(String ownerId)
The Amazon Web Services account that created the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withPerformanceMode(PerformanceMode performanceMode)
The performance mode of the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withPerformanceMode(String performanceMode)
The performance mode of the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
The amount of provisioned throughput, measured in MiB/s, for the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withSizeInBytes(FileSystemSize sizeInBytes)
The latest known metered size (in bytes) of data stored in the file system, in its
Value field, and
the time at which that size was determined in its Timestamp field. |
CreateFileSystemResult |
CreateFileSystemResult.withTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
CreateFileSystemResult |
CreateFileSystemResult.withTags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
CreateFileSystemResult |
CreateFileSystemResult.withThroughputMode(String throughputMode)
Displays the file system's throughput mode.
|
CreateFileSystemResult |
CreateFileSystemResult.withThroughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
Copyright © 2021. All rights reserved.