Uses of Class
software.amazon.awssdk.services.networkmanager.model.Bandwidth
-
Packages that use Bandwidth Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of Bandwidth in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return Bandwidth Modifier and Type Method Description BandwidthCreateLinkRequest. bandwidth()The upload speed and download speed in Mbps.BandwidthLink. bandwidth()The bandwidth for the link.BandwidthUpdateLinkRequest. bandwidth()The upload and download speed in Mbps.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type Bandwidth Modifier and Type Method Description CreateLinkRequest.BuilderCreateLinkRequest.Builder. bandwidth(Bandwidth bandwidth)The upload speed and download speed in Mbps.Link.BuilderLink.Builder. bandwidth(Bandwidth bandwidth)The bandwidth for the link.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. bandwidth(Bandwidth bandwidth)The upload and download speed in Mbps.
-