Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.disableChunkedEncoding()
Disables chunked encoding on clients built via the builder.
|
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.enableAccelerateMode()
Enables accelerate mode on clients built with the builder.
|
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.enableDualstack()
Enables dualstack mode on clients built with the builder.
|
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.enablePathStyleAccess()
Enables path style access for clients built via this builder.
|
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.enablePayloadSigning()
Enables payload signing for all situations on clients built via this builder.
|
static AmazonS3ClientBuilder |
AmazonS3ClientBuilder.standard() |
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.withAccelerateModeEnabled(Boolean accelerateModeEnabled)
Configures the client to use S3 accelerate endpoint for all requests.
|
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.withChunkedEncodingDisabled(Boolean chunkedEncodingDisabled)
Configures the client to disable chunked encoding for all requests.
|
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.withDualstackEnabled(Boolean dualstackEnabled)
Configures the client to use Amazon S3 dualstack mode for all requests.
|
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.withPathStyleAccessEnabled(Boolean pathStyleAccessEnabled)
Configures the client to use path-style access for all requests.
|
AmazonS3ClientBuilder |
AmazonS3ClientBuilder.withPayloadSigningEnabled(Boolean payloadSigningEnabled)
Configures the client to sign payloads in all situations.
|
Copyright © 2017. All rights reserved.