| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointDetails |
EndpointDetails.clone() |
EndpointDetails |
DescribedServer.getEndpointDetails()
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
EndpointDetails |
CreateServerRequest.getEndpointDetails()
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
EndpointDetails |
UpdateServerRequest.getEndpointDetails()
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
EndpointDetails |
EndpointDetails.withAddressAllocationIds(Collection<String> addressAllocationIds)
A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.
|
EndpointDetails |
EndpointDetails.withAddressAllocationIds(String... addressAllocationIds)
A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.
|
EndpointDetails |
EndpointDetails.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security groups IDs that are available to attach to your server's endpoint.
|
EndpointDetails |
EndpointDetails.withSecurityGroupIds(String... securityGroupIds)
A list of security groups IDs that are available to attach to your server's endpoint.
|
EndpointDetails |
EndpointDetails.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs that are required to host your server endpoint in your VPC.
|
EndpointDetails |
EndpointDetails.withSubnetIds(String... subnetIds)
A list of subnet IDs that are required to host your server endpoint in your VPC.
|
EndpointDetails |
EndpointDetails.withVpcEndpointId(String vpcEndpointId)
The identifier of the VPC endpoint.
|
EndpointDetails |
EndpointDetails.withVpcId(String vpcId)
The VPC identifier of the VPC in which a server's endpoint will be hosted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribedServer.setEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
void |
CreateServerRequest.setEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
void |
UpdateServerRequest.setEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
DescribedServer |
DescribedServer.withEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
CreateServerRequest |
CreateServerRequest.withEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
UpdateServerRequest |
UpdateServerRequest.withEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
Copyright © 2025. All rights reserved.