| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
PhysicalConnectionRequirements |
PhysicalConnectionRequirements.clone() |
PhysicalConnectionRequirements |
ConnectionInput.getPhysicalConnectionRequirements()
A map of physical connection requirements, such as virtual private cloud (VPC) and
SecurityGroup,
that are needed to successfully make this connection. |
PhysicalConnectionRequirements |
Connection.getPhysicalConnectionRequirements()
A map of physical connection requirements, such as virtual private cloud (VPC) and
SecurityGroup,
that are needed to make this connection successfully. |
PhysicalConnectionRequirements |
PhysicalConnectionRequirements.withAvailabilityZone(String availabilityZone)
The connection's Availability Zone.
|
PhysicalConnectionRequirements |
PhysicalConnectionRequirements.withSecurityGroupIdList(Collection<String> securityGroupIdList)
The security group ID list used by the connection.
|
PhysicalConnectionRequirements |
PhysicalConnectionRequirements.withSecurityGroupIdList(String... securityGroupIdList)
The security group ID list used by the connection.
|
PhysicalConnectionRequirements |
PhysicalConnectionRequirements.withSubnetId(String subnetId)
The subnet ID used by the connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionInput.setPhysicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements)
A map of physical connection requirements, such as virtual private cloud (VPC) and
SecurityGroup,
that are needed to successfully make this connection. |
void |
Connection.setPhysicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements)
A map of physical connection requirements, such as virtual private cloud (VPC) and
SecurityGroup,
that are needed to make this connection successfully. |
ConnectionInput |
ConnectionInput.withPhysicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements)
A map of physical connection requirements, such as virtual private cloud (VPC) and
SecurityGroup,
that are needed to successfully make this connection. |
Connection |
Connection.withPhysicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements)
A map of physical connection requirements, such as virtual private cloud (VPC) and
SecurityGroup,
that are needed to make this connection successfully. |
Copyright © 2024. All rights reserved.