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 S3ClientOptionsS3ClientOptions.Builder. build()S3ClientOptionsS3ClientOptions. disableChunkedEncoding()Deprecated.Usebuilder()to build new S3ClientOptions instead.S3ClientOptionsS3ClientOptions. withChunkedEncodingDisabled(boolean chunkedEncodingDisabled)Deprecated.Usebuilder()to build new S3ClientOptions instead.S3ClientOptionsS3ClientOptions. 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 voidAbstractAmazonS3. 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 S3ClientOptions Constructor Description S3ClientOptions(S3ClientOptions other)Deprecated.Will be removed once S3ClientOptions is made an immutable class.
-