| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem |
|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMountTargetResult |
AmazonElasticFileSystemClient.createMountTarget(CreateMountTargetRequest request)
Creates a mount target for a file system.
|
CreateMountTargetResult |
AmazonElasticFileSystem.createMountTarget(CreateMountTargetRequest createMountTargetRequest)
Creates a mount target for a file system.
|
CreateMountTargetResult |
AbstractAmazonElasticFileSystem.createMountTarget(CreateMountTargetRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMountTargetResult> |
AbstractAmazonElasticFileSystemAsync.createMountTargetAsync(CreateMountTargetRequest request,
AsyncHandler<CreateMountTargetRequest,CreateMountTargetResult> asyncHandler) |
Future<CreateMountTargetResult> |
AmazonElasticFileSystemAsyncClient.createMountTargetAsync(CreateMountTargetRequest request,
AsyncHandler<CreateMountTargetRequest,CreateMountTargetResult> asyncHandler) |
Future<CreateMountTargetResult> |
AmazonElasticFileSystemAsync.createMountTargetAsync(CreateMountTargetRequest createMountTargetRequest,
AsyncHandler<CreateMountTargetRequest,CreateMountTargetResult> asyncHandler)
Creates a mount target for a file system.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMountTargetResult |
CreateMountTargetResult.clone() |
CreateMountTargetResult |
CreateMountTargetResult.withAvailabilityZoneId(String availabilityZoneId)
The unique and consistent identifier of the Availability Zone that the mount target resides in.
|
CreateMountTargetResult |
CreateMountTargetResult.withAvailabilityZoneName(String availabilityZoneName)
The name of the Availability Zone in which the mount target is located.
|
CreateMountTargetResult |
CreateMountTargetResult.withFileSystemId(String fileSystemId)
The ID of the file system for which the mount target is intended.
|
CreateMountTargetResult |
CreateMountTargetResult.withIpAddress(String ipAddress)
Address at which the file system can be mounted by using the mount target.
|
CreateMountTargetResult |
CreateMountTargetResult.withLifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
CreateMountTargetResult |
CreateMountTargetResult.withLifeCycleState(String lifeCycleState)
Lifecycle state of the mount target.
|
CreateMountTargetResult |
CreateMountTargetResult.withMountTargetId(String mountTargetId)
System-assigned mount target ID.
|
CreateMountTargetResult |
CreateMountTargetResult.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface that Amazon EFS created when it created the mount target.
|
CreateMountTargetResult |
CreateMountTargetResult.withOwnerId(String ownerId)
Amazon Web Services account ID that owns the resource.
|
CreateMountTargetResult |
CreateMountTargetResult.withSubnetId(String subnetId)
The ID of the mount target's subnet.
|
CreateMountTargetResult |
CreateMountTargetResult.withVpcId(String vpcId)
The virtual private cloud (VPC) ID that the mount target is configured in.
|
Copyright © 2024. All rights reserved.