Searched defs:throughputTargetGbps (Results 1 – 2 of 2) sorted by relevance
28 private double throughputTargetGbps; field in S3ClientOptions163 public S3ClientOptions withThroughputTargetGbps(double throughputTargetGbps) { in withThroughputTargetGbps()
211 …ingConfig signingConfig, long partSize, long multipartUploadThreshold, double throughputTargetGbps, in s3ClientNew()