| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Bandwidth |
Bandwidth.clone() |
Bandwidth |
UpdateLinkRequest.getBandwidth()
The upload and download speed in Mbps.
|
Bandwidth |
CreateLinkRequest.getBandwidth()
The upload speed and download speed in Mbps.
|
Bandwidth |
Link.getBandwidth()
The bandwidth for the link.
|
Bandwidth |
Bandwidth.withDownloadSpeed(Integer downloadSpeed)
Download speed in Mbps.
|
Bandwidth |
Bandwidth.withUploadSpeed(Integer uploadSpeed)
Upload speed in Mbps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLinkRequest.setBandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
|
void |
CreateLinkRequest.setBandwidth(Bandwidth bandwidth)
The upload speed and download speed in Mbps.
|
void |
Link.setBandwidth(Bandwidth bandwidth)
The bandwidth for the link.
|
UpdateLinkRequest |
UpdateLinkRequest.withBandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
|
CreateLinkRequest |
CreateLinkRequest.withBandwidth(Bandwidth bandwidth)
The upload speed and download speed in Mbps.
|
Link |
Link.withBandwidth(Bandwidth bandwidth)
The bandwidth for the link.
|
Copyright © 2024. All rights reserved.