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