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