Uses of Class
software.amazon.awssdk.crt.s3.S3ClientOptions
-
Packages that use S3ClientOptions Package Description software.amazon.awssdk.crt.s3 -
-
Uses of S3ClientOptions in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return S3ClientOptions Modifier and Type Method Description S3ClientOptions
S3ClientOptions. withClientBootstrap(ClientBootstrap clientBootstrap)
S3ClientOptions
S3ClientOptions. withComputeContentMd5(Boolean computeContentMd5)
S3ClientOptions
S3ClientOptions. withConnectTimeoutMs(int connectTimeoutMs)
S3ClientOptions
S3ClientOptions. withCredentialsProvider(CredentialsProvider credentialsProvider)
Deprecated.Please usewithSigningConfig(AwsSigningConfig)
instead.S3ClientOptions
S3ClientOptions. withEnableS3Express(boolean enableS3Express)
To enable S3 Express support for client The typical usage for a S3 Express request is to set this to true and let the request to be signed withAwsSigningConfig.AwsSigningAlgorithm.SIGV4_S3EXPRESS
, either from the client level signingConfig or override from request.S3ClientOptions
S3ClientOptions. withEndpoint(String endpoint)
Deprecated.S3ClientOptions
S3ClientOptions. withHttpMonitoringOptions(HttpMonitoringOptions monitoringOptions)
Options for detecting bad HTTP connections.S3ClientOptions
S3ClientOptions. withInitialReadWindowSize(long bytes)
The starting size of each S3MetaRequest's flow-control window (if backpressure is enabled).S3ClientOptions
S3ClientOptions. withMaxConnections(int maxConnections)
S3ClientOptions
S3ClientOptions. withMemoryLimitInBytes(long memoryLimitBytes)
The amount of memory the CRT client is allowed to use.S3ClientOptions
S3ClientOptions. withMultipartUploadThreshold(long multipartUploadThreshold)
S3ClientOptions
S3ClientOptions. withPartSize(long partSize)
S3ClientOptions
S3ClientOptions. withProxyEnvironmentVariableSetting(HttpProxyEnvironmentVariableSetting httpProxyEnvironmentVariableSetting)
S3ClientOptions
S3ClientOptions. withProxyOptions(HttpProxyOptions proxyOptions)
S3ClientOptions
S3ClientOptions. withReadBackpressureEnabled(boolean enable)
Set whether backpressure is enabled (false by default), to prevent response data downloading faster than you can handle it.S3ClientOptions
S3ClientOptions. withRegion(String region)
S3ClientOptions
S3ClientOptions. withS3ExpressCredentialsProviderFactory(S3ExpressCredentialsProviderFactory s3expressCredentialsProviderFactory)
S3ClientOptions
S3ClientOptions. withS3TcpKeepAliveOptions(S3TcpKeepAliveOptions tcpKeepAliveOptions)
S3ClientOptions
S3ClientOptions. withSigningConfig(AwsSigningConfig signingConfig)
The configuration related to signing used by S3 client.S3ClientOptions
S3ClientOptions. withStandardRetryOptions(StandardRetryOptions standardRetryOptions)
S3ClientOptions
S3ClientOptions. withThroughputTargetGbps(double throughputTargetGbps)
S3ClientOptions
S3ClientOptions. withTlsContext(TlsContext tlsContext)
Constructors in software.amazon.awssdk.crt.s3 with parameters of type S3ClientOptions Constructor Description S3Client(S3ClientOptions options)
-