Uses of Class
software.amazon.awssdk.services.ec2.model.NatGatewayAttachedAppliance
Packages that use NatGatewayAttachedAppliance
-
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 NatGatewayAttachedApplianceModifier and TypeMethodDescriptionfinal 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 NatGatewayAttachedApplianceModifier and TypeMethodDescriptionNatGateway.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 NatGatewayAttachedApplianceModifier and TypeMethodDescriptionNatGateway.Builder.attachedAppliances(Collection<NatGatewayAttachedAppliance> attachedAppliances) The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data exfiltration.