Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem |
|
com.amazonaws.services.elasticfilesystem.model |
Modifier and Type | Method and Description |
---|---|
CreateAccessPointResult |
AmazonElasticFileSystemClient.createAccessPoint(CreateAccessPointRequest request)
Creates an EFS access point.
|
CreateAccessPointResult |
AmazonElasticFileSystem.createAccessPoint(CreateAccessPointRequest createAccessPointRequest)
Creates an EFS access point.
|
CreateAccessPointResult |
AbstractAmazonElasticFileSystem.createAccessPoint(CreateAccessPointRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateAccessPointResult> |
AmazonElasticFileSystemAsync.createAccessPointAsync(CreateAccessPointRequest createAccessPointRequest,
AsyncHandler<CreateAccessPointRequest,CreateAccessPointResult> asyncHandler)
Creates an EFS access point.
|
Future<CreateAccessPointResult> |
AbstractAmazonElasticFileSystemAsync.createAccessPointAsync(CreateAccessPointRequest request,
AsyncHandler<CreateAccessPointRequest,CreateAccessPointResult> asyncHandler) |
Future<CreateAccessPointResult> |
AmazonElasticFileSystemAsyncClient.createAccessPointAsync(CreateAccessPointRequest request,
AsyncHandler<CreateAccessPointRequest,CreateAccessPointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateAccessPointResult |
CreateAccessPointResult.clone() |
CreateAccessPointResult |
CreateAccessPointResult.withAccessPointArn(String accessPointArn)
The unique Amazon Resource Name (ARN) associated with the access point.
|
CreateAccessPointResult |
CreateAccessPointResult.withAccessPointId(String accessPointId)
The ID of the access point, assigned by Amazon EFS.
|
CreateAccessPointResult |
CreateAccessPointResult.withClientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
|
CreateAccessPointResult |
CreateAccessPointResult.withFileSystemId(String fileSystemId)
The ID of the EFS file system that the access point applies to.
|
CreateAccessPointResult |
CreateAccessPointResult.withLifeCycleState(LifeCycleState lifeCycleState)
Identifies the lifecycle phase of the access point.
|
CreateAccessPointResult |
CreateAccessPointResult.withLifeCycleState(String lifeCycleState)
Identifies the lifecycle phase of the access point.
|
CreateAccessPointResult |
CreateAccessPointResult.withName(String name)
The name of the access point.
|
CreateAccessPointResult |
CreateAccessPointResult.withOwnerId(String ownerId)
Identified the AWS account that owns the access point resource.
|
CreateAccessPointResult |
CreateAccessPointResult.withPosixUser(PosixUser posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
CreateAccessPointResult |
CreateAccessPointResult.withRootDirectory(RootDirectory rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients
using the access point.
|
CreateAccessPointResult |
CreateAccessPointResult.withTags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
|
CreateAccessPointResult |
CreateAccessPointResult.withTags(Tag... tags)
The tags associated with the access point, presented as an array of Tag objects.
|
Copyright © 2021. All rights reserved.