Home
last modified time | relevance | path

Searched defs:thresholdInBytes (Results 1 – 5 of 5) sorted by relevance

/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/multipart/
DMultipartConfiguration.java42 private final Long thresholdInBytes; field in MultipartConfiguration
69 public Long thresholdInBytes() { in thresholdInBytes() method in MultipartConfiguration
113 Builder thresholdInBytes(Long thresholdInBytes); in thresholdInBytes() argument
119 Long thresholdInBytes(); in thresholdInBytes() method
167 private Long thresholdInBytes; field in MultipartConfiguration.DefaultMultipartConfigBuilder
171 public Builder thresholdInBytes(Long thresholdInBytes) { in thresholdInBytes() method in MultipartConfiguration.DefaultMultipartConfigBuilder
176 public Long thresholdInBytes() { in thresholdInBytes() method in MultipartConfiguration.DefaultMultipartConfigBuilder
/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/
DMultipartConfigurationResolver.java31 private final long thresholdInBytes; field in MultipartConfigurationResolver
46 public long thresholdInBytes() { in thresholdInBytes() method in MultipartConfigurationResolver
/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/crt/
DS3NativeClientConfiguration.java55 private final long thresholdInBytes; field in S3NativeClientConfiguration
172 public long thresholdInBytes() { in thresholdInBytes() method in S3NativeClientConfiguration
224 private Long thresholdInBytes; field in S3NativeClientConfiguration.Builder
292 public Builder thresholdInBytes(Long thresholdInBytes) { in thresholdInBytes() argument
DDefaultS3CrtAsyncClient.java86 …long thresholdInBytes = builder.thresholdInBytes == null ? partSizeInBytes : builder.thresholdInBy… in DefaultS3CrtAsyncClient() local
202 private Long thresholdInBytes; field in DefaultS3CrtAsyncClient.DefaultS3CrtClientBuilder
300 public S3CrtAsyncClientBuilder thresholdInBytes(Long thresholdInBytes) { in thresholdInBytes() argument
/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/
DS3CrtAsyncClientBuilder.java310 S3CrtAsyncClientBuilder thresholdInBytes(Long thresholdInBytes); in thresholdInBytes() method