Searched refs:throughputTargetGbps (Results 1 – 2 of 2) sorted by relevance
28 private double throughputTargetGbps; field in S3ClientOptions163 public S3ClientOptions withThroughputTargetGbps(double throughputTargetGbps) { in withThroughputTargetGbps() argument164 this.throughputTargetGbps = throughputTargetGbps; in withThroughputTargetGbps()169 return throughputTargetGbps; in getThroughputTargetGbps()
211 …ingConfig signingConfig, long partSize, long multipartUploadThreshold, double throughputTargetGbps, in s3ClientNew() argument