| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkConfig |
PrivateLinkConfig.clone() |
PrivateLinkConfig |
DescribeAgentResult.getPrivateLinkConfig()
The subnet and the security group that DataSync used to access a VPC endpoint.
|
PrivateLinkConfig |
PrivateLinkConfig.withPrivateLinkEndpoint(String privateLinkEndpoint)
The private endpoint that is configured for an agent that has access to IP addresses in a PrivateLink.
|
PrivateLinkConfig |
PrivateLinkConfig.withSecurityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts an
agent activated in a VPC or an agent that has access to a VPC endpoint.
|
PrivateLinkConfig |
PrivateLinkConfig.withSecurityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts an
agent activated in a VPC or an agent that has access to a VPC endpoint.
|
PrivateLinkConfig |
PrivateLinkConfig.withSubnetArns(Collection<String> subnetArns)
The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an agent
that has access to a VPC endpoint.
|
PrivateLinkConfig |
PrivateLinkConfig.withSubnetArns(String... subnetArns)
The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an agent
that has access to a VPC endpoint.
|
PrivateLinkConfig |
PrivateLinkConfig.withVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint that is configured for an agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAgentResult.setPrivateLinkConfig(PrivateLinkConfig privateLinkConfig)
The subnet and the security group that DataSync used to access a VPC endpoint.
|
DescribeAgentResult |
DescribeAgentResult.withPrivateLinkConfig(PrivateLinkConfig privateLinkConfig)
The subnet and the security group that DataSync used to access a VPC endpoint.
|
Copyright © 2021. All rights reserved.