Uses of Class
software.amazon.awssdk.services.ec2.model.NatGatewayAttachedAppliance
-
Packages that use NatGatewayAttachedAppliance Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NatGatewayAttachedAppliance in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NatGatewayAttachedAppliance Modifier and Type Method Description List<NatGatewayAttachedAppliance>NatGateway. attachedAppliances()The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data exfiltration.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NatGatewayAttachedAppliance Modifier and Type Method Description NatGateway.BuilderNatGateway.Builder. attachedAppliances(NatGatewayAttachedAppliance... attachedAppliances)The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data exfiltration.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NatGatewayAttachedAppliance Modifier and Type Method Description NatGateway.BuilderNatGateway.Builder. attachedAppliances(Collection<NatGatewayAttachedAppliance> attachedAppliances)The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data exfiltration.
-