We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a8364 commit cfe9e33Copy full SHA for cfe9e33
src/main/java/software/amazon/encryption/s3/materials/RawKeyring.java
@@ -14,10 +14,10 @@ protected RawKeyring(Builder<?, ?> builder) {
14
_materialsDescription = builder._materialsDescription;
15
_reEncryptInstructionFile = builder._reEncryptInstructionFile;
16
}
17
- public MaterialsDescription materialsDescription() {
+ public MaterialsDescription getMaterialsDescription() {
18
return _materialsDescription;
19
20
- public boolean reEncryptInstructionFile() {
+ public boolean getReEncryptInstructionFile() {
21
return _reEncryptInstructionFile;
22
23
public EncryptionMaterials modifyMaterials(EncryptionMaterials materials) {
0 commit comments