| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Bandwidth |
UpdateLinkRequest.bandwidth()
The upload and download speed in Mbps.
|
Bandwidth |
CreateLinkRequest.bandwidth()
The upload speed and download speed in Mbps.
|
Bandwidth |
Link.bandwidth()
The bandwidth for the link.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.bandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.bandwidth(Bandwidth bandwidth)
The upload speed and download speed in Mbps.
|
Link.Builder |
Link.Builder.bandwidth(Bandwidth bandwidth)
The bandwidth for the link.
|
Copyright © 2023. All rights reserved.