Uses of Class
software.amazon.payloadoffloading.PayloadStorageAsyncConfiguration
-
Uses of PayloadStorageAsyncConfiguration in software.amazon.payloadoffloading
Methods in software.amazon.payloadoffloading that return PayloadStorageAsyncConfigurationModifier and TypeMethodDescriptionPayloadStorageAsyncConfiguration.withAlwaysThroughS3(boolean alwaysThroughS3) Sets whether or not all payloads regardless of their size should be stored in Amazon S3.PayloadStorageAsyncConfiguration.withObjectCannedACL(software.amazon.awssdk.services.s3.model.ObjectCannedACL objectCannedACL) Configures the ACL to apply to the Amazon S3 putObject request.PayloadStorageAsyncConfiguration.withPayloadSizeThreshold(int payloadSizeThreshold) Sets the payload size threshold for storing payloads in Amazon S3.PayloadStorageAsyncConfiguration.withPayloadSupportDisabled()Disables support for payload.PayloadStorageAsyncConfiguration.withPayloadSupportEnabled(software.amazon.awssdk.services.s3.S3AsyncClient s3Async, String s3BucketName) Enables support for payload.PayloadStorageAsyncConfiguration.withServerSideEncryption(ServerSideEncryptionStrategy serverSideEncryptionStrategy) Sets which method of server side encryption should be used, if required.Constructors in software.amazon.payloadoffloading with parameters of type PayloadStorageAsyncConfigurationModifierConstructorDescription