Uses of Class
com.amazonaws.services.s3.S3ClientOptions
-
Packages that use S3ClientOptions Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. -
-
Uses of S3ClientOptions in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return S3ClientOptions Modifier and Type Method Description S3ClientOptions
S3ClientOptions.Builder. build()
S3ClientOptions
S3ClientOptions. disableChunkedEncoding()
Deprecated.Usebuilder()
to build new S3ClientOptions instead.S3ClientOptions
S3ClientOptions. withChunkedEncodingDisabled(boolean chunkedEncodingDisabled)
Deprecated.Usebuilder()
to build new S3ClientOptions instead.S3ClientOptions
S3ClientOptions. withPathStyleAccess(boolean pathStyleAccess)
Deprecated.Usebuilder()
to build new S3ClientOptions instead.Methods in com.amazonaws.services.s3 with parameters of type S3ClientOptions Modifier and Type Method Description void
AbstractAmazonS3. setS3ClientOptions(S3ClientOptions clientOptions)
void
AmazonS3. setS3ClientOptions(S3ClientOptions clientOptions)
Override the default S3 client options for this client.void
AmazonS3Client. setS3ClientOptions(S3ClientOptions clientOptions)
Override the default S3 client options for this client.Constructors in com.amazonaws.services.s3 with parameters of type S3ClientOptions Constructor Description S3ClientOptions(S3ClientOptions other)
Deprecated.Will be removed once S3ClientOptions is made an immutable class.
-