Uses of Class
software.amazon.awssdk.services.glue.model.PhysicalConnectionRequirements
-
Packages that use PhysicalConnectionRequirements Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PhysicalConnectionRequirements in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PhysicalConnectionRequirements Modifier and Type Method Description PhysicalConnectionRequirementsConnection. physicalConnectionRequirements()The physical connection requirements, such as virtual private cloud (VPC) andSecurityGroup, that are needed to make this connection successfully.PhysicalConnectionRequirementsConnectionInput. physicalConnectionRequirements()The physical connection requirements, such as virtual private cloud (VPC) andSecurityGroup, that are needed to successfully make this connection.Methods in software.amazon.awssdk.services.glue.model with parameters of type PhysicalConnectionRequirements Modifier and Type Method Description Connection.BuilderConnection.Builder. physicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements)The physical connection requirements, such as virtual private cloud (VPC) andSecurityGroup, that are needed to make this connection successfully.ConnectionInput.BuilderConnectionInput.Builder. physicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements)The physical connection requirements, such as virtual private cloud (VPC) andSecurityGroup, that are needed to successfully make this connection.
-