| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkConfig |
PrivateLinkConfig.clone() |
PrivateLinkConfig |
DescribeAgentResult.getPrivateLinkConfig()
The network configuration that the agent uses when connecting to a VPC service endpoint.
|
PrivateLinkConfig |
PrivateLinkConfig.withPrivateLinkEndpoint(String privateLinkEndpoint)
Specifies the VPC endpoint provided by Amazon Web Services PrivateLink
that your agent connects to.
|
PrivateLinkConfig |
PrivateLinkConfig.withSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC
endpoint.
|
PrivateLinkConfig |
PrivateLinkConfig.withSecurityGroupArns(String... securityGroupArns)
Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC
endpoint.
|
PrivateLinkConfig |
PrivateLinkConfig.withSubnetArns(Collection<String> subnetArns)
Specifies the ARN of the subnet where your VPC endpoint is located.
|
PrivateLinkConfig |
PrivateLinkConfig.withSubnetArns(String... subnetArns)
Specifies the ARN of the subnet where your VPC endpoint is located.
|
PrivateLinkConfig |
PrivateLinkConfig.withVpcEndpointId(String vpcEndpointId)
Specifies the ID of the VPC endpoint that your agent connects to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAgentResult.setPrivateLinkConfig(PrivateLinkConfig privateLinkConfig)
The network configuration that the agent uses when connecting to a VPC service endpoint.
|
DescribeAgentResult |
DescribeAgentResult.withPrivateLinkConfig(PrivateLinkConfig privateLinkConfig)
The network configuration that the agent uses when connecting to a VPC service endpoint.
|
Copyright © 2024. All rights reserved.