Uses of Class
com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
-
Packages that use CreateMountTargetRequest Package Description com.amazonaws.services.elasticfilesystem com.amazonaws.services.elasticfilesystem.model -
-
Uses of CreateMountTargetRequest in com.amazonaws.services.elasticfilesystem
Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type CreateMountTargetRequest 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 CreateMountTargetRequest in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return CreateMountTargetRequest Modifier and Type Method Description CreateMountTargetRequestCreateMountTargetRequest. clone()CreateMountTargetRequestCreateMountTargetRequest. withFileSystemId(String fileSystemId)The ID of the file system for which to create the mount target.CreateMountTargetRequestCreateMountTargetRequest. withIpAddress(String ipAddress)A valid IPv4 address within the address range of the specified subnet.CreateMountTargetRequestCreateMountTargetRequest. withSecurityGroups(String... securityGroups)Up to 5 VPC security group IDs, of the form "sg-xxxxxxxx".CreateMountTargetRequestCreateMountTargetRequest. withSecurityGroups(Collection<String> securityGroups)Up to 5 VPC security group IDs, of the form "sg-xxxxxxxx".CreateMountTargetRequestCreateMountTargetRequest. withSubnetId(String subnetId)The ID of the subnet to add the mount target in.
-