Uses of Class
com.amazonaws.services.s3.S3ClientOptions
Packages that use S3ClientOptions
-
Uses of S3ClientOptions in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return S3ClientOptionsModifier and TypeMethodDescriptionS3ClientOptions.Builder.build()
S3ClientOptions.disableChunkedEncoding()
Deprecated.S3ClientOptions.withChunkedEncodingDisabled
(boolean chunkedEncodingDisabled) Deprecated.Usebuilder()
to build new S3ClientOptions instead.S3ClientOptions.withPathStyleAccess
(boolean pathStyleAccess) Deprecated.Usebuilder()
to build new S3ClientOptions instead.Methods in com.amazonaws.services.s3 with parameters of type S3ClientOptionsModifier and TypeMethodDescriptionvoid
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 S3ClientOptionsModifierConstructorDescriptionS3ClientOptions
(S3ClientOptions other) Deprecated.Will be removed once S3ClientOptions is made an immutable class.
builder()
to build new S3ClientOptions instead.