Uses of Class
software.amazon.awssdk.services.networkmanager.model.ConnectPeerBgpConfiguration
-
Packages that use ConnectPeerBgpConfiguration Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of ConnectPeerBgpConfiguration in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type ConnectPeerBgpConfiguration Modifier and Type Method Description List<ConnectPeerBgpConfiguration>ConnectPeerConfiguration. bgpConfigurations()The Connect peer BGP configurations.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type ConnectPeerBgpConfiguration Modifier and Type Method Description ConnectPeerConfiguration.BuilderConnectPeerConfiguration.Builder. bgpConfigurations(ConnectPeerBgpConfiguration... bgpConfigurations)The Connect peer BGP configurations.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type ConnectPeerBgpConfiguration Modifier and Type Method Description ConnectPeerConfiguration.BuilderConnectPeerConfiguration.Builder. bgpConfigurations(Collection<ConnectPeerBgpConfiguration> bgpConfigurations)The Connect peer BGP configurations.
-