Uses of Class
software.amazon.awssdk.services.xray.model.EncryptionConfig
-
Packages that use EncryptionConfig Package Description software.amazon.awssdk.services.xray.model -
-
Uses of EncryptionConfig in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return EncryptionConfig Modifier and Type Method Description EncryptionConfigGetEncryptionConfigResponse. encryptionConfig()The encryption configuration document.EncryptionConfigPutEncryptionConfigResponse. encryptionConfig()The new encryption configuration.Methods in software.amazon.awssdk.services.xray.model with parameters of type EncryptionConfig Modifier and Type Method Description GetEncryptionConfigResponse.BuilderGetEncryptionConfigResponse.Builder. encryptionConfig(EncryptionConfig encryptionConfig)The encryption configuration document.PutEncryptionConfigResponse.BuilderPutEncryptionConfigResponse.Builder. encryptionConfig(EncryptionConfig encryptionConfig)The new encryption configuration.
-