Uses of Class
software.amazon.awssdk.services.synthetics.model.S3EncryptionConfig
-
Packages that use S3EncryptionConfig Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of S3EncryptionConfig in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return S3EncryptionConfig Modifier and Type Method Description S3EncryptionConfigArtifactConfigInput. s3Encryption()A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.S3EncryptionConfigArtifactConfigOutput. s3Encryption()A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type S3EncryptionConfig Modifier and Type Method Description ArtifactConfigInput.BuilderArtifactConfigInput.Builder. s3Encryption(S3EncryptionConfig s3Encryption)A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.ArtifactConfigOutput.BuilderArtifactConfigOutput.Builder. s3Encryption(S3EncryptionConfig s3Encryption)A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.
-