Home
last modified time | relevance | path

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

/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
H A DS3ClientOptions.java28 private double throughputTargetGbps; field in S3ClientOptions
163 public S3ClientOptions withThroughputTargetGbps(double throughputTargetGbps) { in withThroughputTargetGbps()
H A DS3Client.java211 …ingConfig signingConfig, long partSize, long multipartUploadThreshold, double throughputTargetGbps, in s3ClientNew()