Uses of Class
com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
-
Packages that use CreateMountTargetResult Package Description com.amazonaws.services.elasticfilesystem com.amazonaws.services.elasticfilesystem.model -
-
Uses of CreateMountTargetResult in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem that return CreateMountTargetResult Modifier and Type Method Description CreateMountTargetResultAbstractAmazonElasticFileSystem. createMountTarget(CreateMountTargetRequest request)CreateMountTargetResultAmazonElasticFileSystem. createMountTarget(CreateMountTargetRequest createMountTargetRequest)Creates a mount target for a file system.CreateMountTargetResultAmazonElasticFileSystemClient. createMountTarget(CreateMountTargetRequest createMountTargetRequest)Creates a mount target for a file system.Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type CreateMountTargetResult Modifier and Type Method Description Future<CreateMountTargetResult>AbstractAmazonElasticFileSystemAsync. 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.Future<CreateMountTargetResult>AmazonElasticFileSystemAsyncClient. createMountTargetAsync(CreateMountTargetRequest request, AsyncHandler<CreateMountTargetRequest,CreateMountTargetResult> asyncHandler) -
Uses of CreateMountTargetResult in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return CreateMountTargetResult Modifier and Type Method Description CreateMountTargetResultCreateMountTargetResult. clone()CreateMountTargetResultCreateMountTargetResult. withFileSystemId(String fileSystemId)The ID of the file system for which the mount target is intended.CreateMountTargetResultCreateMountTargetResult. withIpAddress(String ipAddress)The address at which the file system may be mounted via the mount target.CreateMountTargetResultCreateMountTargetResult. withLifeCycleState(LifeCycleState lifeCycleState)The lifecycle state the mount target is in.CreateMountTargetResultCreateMountTargetResult. withLifeCycleState(String lifeCycleState)The lifecycle state the mount target is in.CreateMountTargetResultCreateMountTargetResult. withMountTargetId(String mountTargetId)The system-assigned mount target ID.CreateMountTargetResultCreateMountTargetResult. withNetworkInterfaceId(String networkInterfaceId)The ID of the network interface that Amazon EFS created when it created the mount target.CreateMountTargetResultCreateMountTargetResult. withOwnerId(String ownerId)The AWS account ID that owns the resource.CreateMountTargetResultCreateMountTargetResult. withSubnetId(String subnetId)The ID of the subnet that the mount target is in.
-