| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
MountTargetDescription |
MountTargetDescription.clone() |
MountTargetDescription |
MountTargetDescription.withAvailabilityZoneId(String availabilityZoneId)
The unique and consistent identifier of the Availability Zone that the mount target resides in.
|
MountTargetDescription |
MountTargetDescription.withAvailabilityZoneName(String availabilityZoneName)
The name of the Availability Zone in which the mount target is located.
|
MountTargetDescription |
MountTargetDescription.withFileSystemId(String fileSystemId)
The ID of the file system for which the mount target is intended.
|
MountTargetDescription |
MountTargetDescription.withIpAddress(String ipAddress)
Address at which the file system can be mounted by using the mount target.
|
MountTargetDescription |
MountTargetDescription.withLifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
MountTargetDescription |
MountTargetDescription.withLifeCycleState(String lifeCycleState)
Lifecycle state of the mount target.
|
MountTargetDescription |
MountTargetDescription.withMountTargetId(String mountTargetId)
System-assigned mount target ID.
|
MountTargetDescription |
MountTargetDescription.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface that Amazon EFS created when it created the mount target.
|
MountTargetDescription |
MountTargetDescription.withOwnerId(String ownerId)
Amazon Web Services account ID that owns the resource.
|
MountTargetDescription |
MountTargetDescription.withSubnetId(String subnetId)
The ID of the mount target's subnet.
|
MountTargetDescription |
MountTargetDescription.withVpcId(String vpcId)
The virtual private cloud (VPC) ID that the mount target is configured in.
|
| Modifier and Type | Method and Description |
|---|---|
List<MountTargetDescription> |
DescribeMountTargetsResult.getMountTargets()
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeMountTargetsResult |
DescribeMountTargetsResult.withMountTargets(MountTargetDescription... mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMountTargetsResult.setMountTargets(Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
DescribeMountTargetsResult |
DescribeMountTargetsResult.withMountTargets(Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
Copyright © 2022. All rights reserved.