Searched defs:thresholdInBytes (Results 1 – 5 of 5) sorted by relevance
42 private final Long thresholdInBytes; field in MultipartConfiguration69 public Long thresholdInBytes() { in thresholdInBytes() method in MultipartConfiguration113 Builder thresholdInBytes(Long thresholdInBytes); in thresholdInBytes() argument119 Long thresholdInBytes(); in thresholdInBytes() method167 private Long thresholdInBytes; field in MultipartConfiguration.DefaultMultipartConfigBuilder171 public Builder thresholdInBytes(Long thresholdInBytes) { in thresholdInBytes() method in MultipartConfiguration.DefaultMultipartConfigBuilder176 public Long thresholdInBytes() { in thresholdInBytes() method in MultipartConfiguration.DefaultMultipartConfigBuilder
31 private final long thresholdInBytes; field in MultipartConfigurationResolver46 public long thresholdInBytes() { in thresholdInBytes() method in MultipartConfigurationResolver
55 private final long thresholdInBytes; field in S3NativeClientConfiguration172 public long thresholdInBytes() { in thresholdInBytes() method in S3NativeClientConfiguration224 private Long thresholdInBytes; field in S3NativeClientConfiguration.Builder292 public Builder thresholdInBytes(Long thresholdInBytes) { in thresholdInBytes() argument
86 …long thresholdInBytes = builder.thresholdInBytes == null ? partSizeInBytes : builder.thresholdInBy… in DefaultS3CrtAsyncClient() local202 private Long thresholdInBytes; field in DefaultS3CrtAsyncClient.DefaultS3CrtClientBuilder300 public S3CrtAsyncClientBuilder thresholdInBytes(Long thresholdInBytes) { in thresholdInBytes() argument
310 S3CrtAsyncClientBuilder thresholdInBytes(Long thresholdInBytes); in thresholdInBytes() method