| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
List<BandwidthRateLimitInterval> |
UpdateBandwidthRateLimitScheduleRequest.bandwidthRateLimitIntervals()
An array containing bandwidth rate limit schedule intervals for a gateway.
|
List<BandwidthRateLimitInterval> |
DescribeBandwidthRateLimitScheduleResponse.bandwidthRateLimitIntervals()
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBandwidthRateLimitScheduleRequest.Builder |
UpdateBandwidthRateLimitScheduleRequest.Builder.bandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
DescribeBandwidthRateLimitScheduleResponse.Builder |
DescribeBandwidthRateLimitScheduleResponse.Builder.bandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBandwidthRateLimitScheduleRequest.Builder |
UpdateBandwidthRateLimitScheduleRequest.Builder.bandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
DescribeBandwidthRateLimitScheduleResponse.Builder |
DescribeBandwidthRateLimitScheduleResponse.Builder.bandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
Copyright © 2022. All rights reserved.