Uses of Class
software.amazon.awssdk.services.storagegateway.model.BandwidthRateLimitInterval
-
Packages that use BandwidthRateLimitInterval Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of BandwidthRateLimitInterval in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type BandwidthRateLimitInterval Modifier and Type Method Description List<BandwidthRateLimitInterval>DescribeBandwidthRateLimitScheduleResponse. bandwidthRateLimitIntervals()An array that contains the bandwidth rate limit intervals for a tape or volume gateway.List<BandwidthRateLimitInterval>UpdateBandwidthRateLimitScheduleRequest. bandwidthRateLimitIntervals()An array containing bandwidth rate limit schedule intervals for a gateway.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type BandwidthRateLimitInterval Modifier and Type Method Description DescribeBandwidthRateLimitScheduleResponse.BuilderDescribeBandwidthRateLimitScheduleResponse.Builder. bandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)An array that contains the bandwidth rate limit intervals for a tape or volume gateway.UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest.Builder. bandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)An array containing bandwidth rate limit schedule intervals for a gateway.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type BandwidthRateLimitInterval Modifier and Type Method Description DescribeBandwidthRateLimitScheduleResponse.BuilderDescribeBandwidthRateLimitScheduleResponse.Builder. bandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)An array that contains the bandwidth rate limit intervals for a tape or volume gateway.UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest.Builder. bandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)An array containing bandwidth rate limit schedule intervals for a gateway.
-