Class S3NativeClientConfiguration
java.lang.Object
software.amazon.awssdk.services.s3.internal.crt.S3NativeClientConfiguration
- All Implemented Interfaces:
 AutoCloseable,SdkAutoCloseable
Internal client configuration resolver
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleansoftware.amazon.awssdk.crt.io.ClientBootstrapvoidclose()software.amazon.awssdk.crt.auth.credentials.CredentialsProvidersoftware.amazon.awssdk.crt.http.HttpMonitoringOptionsintlongsoftware.amazon.awssdk.crt.http.HttpProxyOptionssoftware.amazon.awssdk.crt.io.StandardRetryOptionsdoublelongsoftware.amazon.awssdk.crt.io.TlsContext 
- 
Constructor Details
- 
S3NativeClientConfiguration
 
 - 
 - 
Method Details
- 
isUseEnvironmentVariableValues
 - 
httpMonitoringOptions
public software.amazon.awssdk.crt.http.HttpMonitoringOptions httpMonitoringOptions() - 
proxyOptions
public software.amazon.awssdk.crt.http.HttpProxyOptions proxyOptions() - 
connectionTimeout
 - 
builder
 - 
signingRegion
 - 
clientBootstrap
public software.amazon.awssdk.crt.io.ClientBootstrap clientBootstrap() - 
credentialsProvider
public software.amazon.awssdk.crt.auth.credentials.CredentialsProvider credentialsProvider() - 
tlsContext
public software.amazon.awssdk.crt.io.TlsContext tlsContext() - 
partSizeBytes
public long partSizeBytes() - 
thresholdInBytes
public long thresholdInBytes() - 
targetThroughputInGbps
public double targetThroughputInGbps() - 
maxConcurrency
public int maxConcurrency() - 
standardRetryOptions
public software.amazon.awssdk.crt.io.StandardRetryOptions standardRetryOptions() - 
endpointOverride
 - 
checksumValidationEnabled
public boolean checksumValidationEnabled() - 
readBufferSizeInBytes
 - 
close
public void close()Description copied from interface:SdkAutoCloseable- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceSdkAutoCloseable
 
 -