Uses of Class
com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
-
Packages that use MountTargetDescription Package Description com.amazonaws.services.elasticfilesystem.model -
-
Uses of MountTargetDescription in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return MountTargetDescription Modifier and Type Method Description MountTargetDescriptionMountTargetDescription. clone()MountTargetDescriptionMountTargetDescription. withFileSystemId(String fileSystemId)The ID of the file system for which the mount target is intended.MountTargetDescriptionMountTargetDescription. withIpAddress(String ipAddress)The address at which the file system may be mounted via the mount target.MountTargetDescriptionMountTargetDescription. withLifeCycleState(LifeCycleState lifeCycleState)The lifecycle state the mount target is in.MountTargetDescriptionMountTargetDescription. withLifeCycleState(String lifeCycleState)The lifecycle state the mount target is in.MountTargetDescriptionMountTargetDescription. withMountTargetId(String mountTargetId)The system-assigned mount target ID.MountTargetDescriptionMountTargetDescription. withNetworkInterfaceId(String networkInterfaceId)The ID of the network interface that Amazon EFS created when it created the mount target.MountTargetDescriptionMountTargetDescription. withOwnerId(String ownerId)The AWS account ID that owns the resource.MountTargetDescriptionMountTargetDescription. withSubnetId(String subnetId)The ID of the subnet that the mount target is in.Methods in com.amazonaws.services.elasticfilesystem.model that return types with arguments of type MountTargetDescription Modifier and Type Method Description List<MountTargetDescription>DescribeMountTargetsResult. getMountTargets()Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.Methods in com.amazonaws.services.elasticfilesystem.model with parameters of type MountTargetDescription Modifier and Type Method Description DescribeMountTargetsResultDescribeMountTargetsResult. withMountTargets(MountTargetDescription... mountTargets)Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.Method parameters in com.amazonaws.services.elasticfilesystem.model with type arguments of type MountTargetDescription Modifier and Type Method Description voidDescribeMountTargetsResult. setMountTargets(Collection<MountTargetDescription> mountTargets)Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.DescribeMountTargetsResultDescribeMountTargetsResult. withMountTargets(Collection<MountTargetDescription> mountTargets)Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.
-