Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem.model | |
com.amazonaws.services.elasticfilesystem.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<MountTargetDescription> |
DescribeMountTargetsResult.mountTargets
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
Modifier and Type | Method and Description |
---|---|
MountTargetDescription |
MountTargetDescription.clone() |
MountTargetDescription |
MountTargetDescription.withFileSystemId(java.lang.String fileSystemId)
The ID of the file system for which the mount target is intended.
|
MountTargetDescription |
MountTargetDescription.withIpAddress(java.lang.String ipAddress)
The address at which the file system may be mounted via the mount target.
|
MountTargetDescription |
MountTargetDescription.withLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle state the mount target is in.
|
MountTargetDescription |
MountTargetDescription.withLifeCycleState(java.lang.String lifeCycleState)
The lifecycle state the mount target is in.
|
MountTargetDescription |
MountTargetDescription.withMountTargetId(java.lang.String mountTargetId)
The system-assigned mount target ID.
|
MountTargetDescription |
MountTargetDescription.withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface that Amazon EFS created when it created
the mount target.
|
MountTargetDescription |
MountTargetDescription.withOwnerId(java.lang.String ownerId)
The AWS account ID that owns the resource.
|
MountTargetDescription |
MountTargetDescription.withSubnetId(java.lang.String subnetId)
The ID of the subnet that the mount target is in.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
DescribeMountTargetsResult |
DescribeMountTargetsResult.withMountTargets(java.util.Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
Modifier and Type | Method and Description |
---|---|
MountTargetDescription |
MountTargetDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MountTargetDescriptionJsonMarshaller.marshall(MountTargetDescription mountTargetDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|