Uses of Class
software.amazon.awssdk.services.datasync.model.Ec2Config
-
Packages that use Ec2Config Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of Ec2Config in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return Ec2Config Modifier and Type Method Description Ec2ConfigCreateLocationEfsRequest. ec2Config()Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.Ec2ConfigDescribeLocationEfsResponse. ec2Config()Returns the value of the Ec2Config property for this object.Methods in software.amazon.awssdk.services.datasync.model with parameters of type Ec2Config Modifier and Type Method Description CreateLocationEfsRequest.BuilderCreateLocationEfsRequest.Builder. ec2Config(Ec2Config ec2Config)Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.DescribeLocationEfsResponse.BuilderDescribeLocationEfsResponse.Builder. ec2Config(Ec2Config ec2Config)Sets the value of the Ec2Config property for this object.
-