| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Ec2Config |
Ec2Config.clone() |
Ec2Config |
CreateLocationEfsRequest.getEc2Config()
The subnet and security group that the Amazon EFS file system uses.
|
Ec2Config |
DescribeLocationEfsResult.getEc2Config() |
Ec2Config |
Ec2Config.withSecurityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
|
Ec2Config |
Ec2Config.withSecurityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
|
Ec2Config |
Ec2Config.withSubnetArn(String subnetArn)
The ARN of the subnet and the security group that DataSync uses to access the target EFS file system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateLocationEfsRequest.setEc2Config(Ec2Config ec2Config)
The subnet and security group that the Amazon EFS file system uses.
|
void |
DescribeLocationEfsResult.setEc2Config(Ec2Config ec2Config) |
CreateLocationEfsRequest |
CreateLocationEfsRequest.withEc2Config(Ec2Config ec2Config)
The subnet and security group that the Amazon EFS file system uses.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withEc2Config(Ec2Config ec2Config) |
Copyright © 2020. All rights reserved.