| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.clone() |
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.withAverageDownloadRateLimitInBitsPerSec(Long averageDownloadRateLimitInBitsPerSec)
The average download rate limit component of the bandwidth rate limit interval, in bits per second.
|
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.withAverageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec)
The average upload rate limit component of the bandwidth rate limit interval, in bits per second.
|
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.withDaysOfWeek(Collection<Integer> daysOfWeek)
The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6,
where 0 represents Sunday and 6 represents Saturday.
|
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.withDaysOfWeek(Integer... daysOfWeek)
The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6,
where 0 represents Sunday and 6 represents Saturday.
|
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.withEndHourOfDay(Integer endHourOfDay)
The hour of the day to end the bandwidth rate limit interval.
|
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.withEndMinuteOfHour(Integer endMinuteOfHour)
The minute of the hour to end the bandwidth rate limit interval.
|
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.withStartHourOfDay(Integer startHourOfDay)
The hour of the day to start the bandwidth rate limit interval.
|
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.withStartMinuteOfHour(Integer startMinuteOfHour)
The minute of the hour to start the bandwidth rate limit interval.
|
| Modifier and Type | Method and Description |
|---|---|
List<BandwidthRateLimitInterval> |
UpdateBandwidthRateLimitScheduleRequest.getBandwidthRateLimitIntervals()
An array containing bandwidth rate limit schedule intervals for a gateway.
|
List<BandwidthRateLimitInterval> |
DescribeBandwidthRateLimitScheduleResult.getBandwidthRateLimitIntervals()
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBandwidthRateLimitScheduleRequest |
UpdateBandwidthRateLimitScheduleRequest.withBandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
DescribeBandwidthRateLimitScheduleResult |
DescribeBandwidthRateLimitScheduleResult.withBandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBandwidthRateLimitScheduleRequest.setBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
void |
DescribeBandwidthRateLimitScheduleResult.setBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
UpdateBandwidthRateLimitScheduleRequest |
UpdateBandwidthRateLimitScheduleRequest.withBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
DescribeBandwidthRateLimitScheduleResult |
DescribeBandwidthRateLimitScheduleResult.withBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
|
Copyright © 2021. All rights reserved.