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 S3ClientOptionsS3ClientOptions. withClientBootstrap(ClientBootstrap clientBootstrap)S3ClientOptionsS3ClientOptions. withComputeContentMd5(Boolean computeContentMd5)S3ClientOptionsS3ClientOptions. withConnectTimeoutMs(int connectTimeoutMs)S3ClientOptionsS3ClientOptions. withCredentialsProvider(CredentialsProvider credentialsProvider)Deprecated.Please usewithSigningConfig(AwsSigningConfig)instead.S3ClientOptionsS3ClientOptions. 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.S3ClientOptionsS3ClientOptions. withEndpoint(String endpoint)Deprecated.S3ClientOptionsS3ClientOptions. withFileIoOptions(FileIoOptions fileIoOptions)Sets the file I/O options for controlling how client performs file I/O operations.S3ClientOptionsS3ClientOptions. withHttpMonitoringOptions(HttpMonitoringOptions monitoringOptions)Options for detecting bad HTTP connections.S3ClientOptionsS3ClientOptions. withInitialReadWindowSize(long bytes)The starting size of each S3MetaRequest's flow-control window (if backpressure is enabled).S3ClientOptionsS3ClientOptions. withMaxConnections(int maxConnections)S3ClientOptionsS3ClientOptions. withMemoryLimitInBytes(long memoryLimitBytes)The amount of memory the CRT client is allowed to use.S3ClientOptionsS3ClientOptions. withMultipartUploadThreshold(long multipartUploadThreshold)S3ClientOptionsS3ClientOptions. withPartSize(long partSize)S3ClientOptionsS3ClientOptions. withProxyEnvironmentVariableSetting(HttpProxyEnvironmentVariableSetting httpProxyEnvironmentVariableSetting)S3ClientOptionsS3ClientOptions. withProxyOptions(HttpProxyOptions proxyOptions)S3ClientOptionsS3ClientOptions. withReadBackpressureEnabled(boolean enable)Set whether backpressure is enabled (false by default), to prevent response data downloading faster than you can handle it.S3ClientOptionsS3ClientOptions. withRegion(String region)S3ClientOptionsS3ClientOptions. withS3ExpressCredentialsProviderFactory(S3ExpressCredentialsProviderFactory s3expressCredentialsProviderFactory)S3ClientOptionsS3ClientOptions. withS3TcpKeepAliveOptions(S3TcpKeepAliveOptions tcpKeepAliveOptions)S3ClientOptionsS3ClientOptions. withSigningConfig(AwsSigningConfig signingConfig)The configuration related to signing used by S3 client.S3ClientOptionsS3ClientOptions. withStandardRetryOptions(StandardRetryOptions standardRetryOptions)S3ClientOptionsS3ClientOptions. withThroughputTargetGbps(double throughputTargetGbps)S3ClientOptionsS3ClientOptions. withTlsContext(TlsContext tlsContext)Constructors in software.amazon.awssdk.crt.s3 with parameters of type S3ClientOptions Constructor Description S3Client(S3ClientOptions options)
-