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.withCannedAccessControlList(com.amazonaws.services.s3.model.CannedAccessControlList cannedAccessControlList) 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(com.amazonaws.services.s3.AmazonS3 s3, String s3BucketName) Enables support for payload.PayloadStorageConfiguration.withSSEAwsKeyManagementParams(com.amazonaws.services.s3.model.SSEAwsKeyManagementParams sseAwsKeyManagementParams) Sets the the S3 SSE-KMS encryption params of S3 objects under configured S3 bucket name.Constructors in software.amazon.payloadoffloading with parameters of type PayloadStorageConfiguration