Home
last modified time | relevance | path

Searched refs:throughputTargetGbps (Results 1 – 2 of 2) sorted by relevance

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
DS3ClientOptions.java28 private double throughputTargetGbps; field in S3ClientOptions
163 public S3ClientOptions withThroughputTargetGbps(double throughputTargetGbps) { in withThroughputTargetGbps() argument
164 this.throughputTargetGbps = throughputTargetGbps; in withThroughputTargetGbps()
169 return throughputTargetGbps; in getThroughputTargetGbps()
DS3Client.java211 …ingConfig signingConfig, long partSize, long multipartUploadThreshold, double throughputTargetGbps, in s3ClientNew() argument