| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Ec2Config |
Ec2Config.clone() |
Ec2Config |
DescribeLocationEfsResult.getEc2Config() |
Ec2Config |
CreateLocationEfsRequest.getEc2Config()
Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.
|
Ec2Config |
Ec2Config.withSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's
mount target.
|
Ec2Config |
Ec2Config.withSecurityGroupArns(String... securityGroupArns)
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's
mount target.
|
Ec2Config |
Ec2Config.withSubnetArn(String subnetArn)
Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLocationEfsResult.setEc2Config(Ec2Config ec2Config) |
void |
CreateLocationEfsRequest.setEc2Config(Ec2Config ec2Config)
Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withEc2Config(Ec2Config ec2Config) |
CreateLocationEfsRequest |
CreateLocationEfsRequest.withEc2Config(Ec2Config ec2Config)
Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.
|
Copyright © 2024. All rights reserved.