Uses of Class
software.amazon.awssdk.services.ec2.model.VgwTelemetry
Packages that use VgwTelemetry
-
Uses of VgwTelemetry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VgwTelemetryModifier and TypeMethodDescriptionfinal List<VgwTelemetry>VpnConnection.vgwTelemetry()Information about the VPN tunnel.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VgwTelemetryModifier and TypeMethodDescriptionVpnConnection.Builder.vgwTelemetry(VgwTelemetry... vgwTelemetry) Information about the VPN tunnel.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VgwTelemetryModifier and TypeMethodDescriptionVpnConnection.Builder.vgwTelemetry(Collection<VgwTelemetry> vgwTelemetry) Information about the VPN tunnel.