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.UseS3ClientOptions.builder()to build new S3ClientOptions instead.S3ClientOptions.withPathStyleAccess(boolean pathStyleAccess) Deprecated.UseS3ClientOptions.builder()to build new S3ClientOptions instead.Methods in com.amazonaws.services.s3 with parameters of type S3ClientOptionsModifier and TypeMethodDescriptionvoidAbstractAmazonS3.setS3ClientOptions(S3ClientOptions clientOptions) voidAmazonS3.setS3ClientOptions(S3ClientOptions clientOptions) Override the default S3 client options for this client.voidAmazonS3Client.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.
S3ClientOptions.builder()to build new S3ClientOptions instead.