| Package | Description |
|---|---|
| com.amazonaws.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
BandwidthRateLimitInterval |
BandwidthRateLimitInterval.clone() |
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> |
PutBandwidthRateLimitScheduleRequest.getBandwidthRateLimitIntervals()
An array containing bandwidth rate limit schedule intervals for a gateway.
|
List<BandwidthRateLimitInterval> |
GetBandwidthRateLimitScheduleResult.getBandwidthRateLimitIntervals()
An array containing bandwidth rate limit schedule intervals for a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
PutBandwidthRateLimitScheduleRequest |
PutBandwidthRateLimitScheduleRequest.withBandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
GetBandwidthRateLimitScheduleResult |
GetBandwidthRateLimitScheduleResult.withBandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutBandwidthRateLimitScheduleRequest.setBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
void |
GetBandwidthRateLimitScheduleResult.setBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
PutBandwidthRateLimitScheduleRequest |
PutBandwidthRateLimitScheduleRequest.withBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
GetBandwidthRateLimitScheduleResult |
GetBandwidthRateLimitScheduleResult.withBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
Copyright © 2025. All rights reserved.