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 CreateMountTargetResult
AbstractAmazonElasticFileSystem. createMountTarget(CreateMountTargetRequest request)
CreateMountTargetResult
AmazonElasticFileSystem. createMountTarget(CreateMountTargetRequest createMountTargetRequest)
Creates a mount target for a file system.CreateMountTargetResult
AmazonElasticFileSystemClient. 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 CreateMountTargetResult
CreateMountTargetResult. clone()
CreateMountTargetResult
CreateMountTargetResult. withFileSystemId(String fileSystemId)
The ID of the file system for which the mount target is intended.CreateMountTargetResult
CreateMountTargetResult. withIpAddress(String ipAddress)
The address at which the file system may be mounted via the mount target.CreateMountTargetResult
CreateMountTargetResult. withLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle state the mount target is in.CreateMountTargetResult
CreateMountTargetResult. withLifeCycleState(String lifeCycleState)
The lifecycle state the mount target is in.CreateMountTargetResult
CreateMountTargetResult. withMountTargetId(String mountTargetId)
The 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)
The AWS account ID that owns the resource.CreateMountTargetResult
CreateMountTargetResult. withSubnetId(String subnetId)
The ID of the subnet that the mount target is in.
-