Uses of Interface
software.amazon.awssdk.services.datasync.model.Ec2Config.Builder
-
Packages that use Ec2Config.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of Ec2Config.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return Ec2Config.Builder Modifier and Type Method Description static Ec2Config.BuilderEc2Config. builder()Ec2Config.BuilderEc2Config.Builder. securityGroupArns(String... securityGroupArns)Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.Ec2Config.BuilderEc2Config.Builder. securityGroupArns(Collection<String> securityGroupArns)Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.Ec2Config.BuilderEc2Config.Builder. subnetArn(String subnetArn)Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.Ec2Config.BuilderEc2Config. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type Ec2Config.Builder Modifier and Type Method Description static Class<? extends Ec2Config.Builder>Ec2Config. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type Ec2Config.Builder Modifier and Type Method Description default CreateLocationEfsRequest.BuilderCreateLocationEfsRequest.Builder. ec2Config(Consumer<Ec2Config.Builder> ec2Config)Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.default DescribeLocationEfsResponse.BuilderDescribeLocationEfsResponse.Builder. ec2Config(Consumer<Ec2Config.Builder> ec2Config)Sets the value of the Ec2Config property for this object.
-