public class DynamoDbEncryptionBranchKeyIdSupplier
extends java.lang.Object
implements software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier
| Modifier and Type | Field and Description |
|---|---|
IDynamoDbKeyBranchKeyIdSupplier |
_ddbKeyBranchKeyIdSupplier |
| Constructor and Description |
|---|
DynamoDbEncryptionBranchKeyIdSupplier() |
| Modifier and Type | Method and Description |
|---|---|
void |
__ctor(IDynamoDbKeyBranchKeyIdSupplier ddbKeyBranchKeyIdSupplier) |
static dafny.TypeDescriptor<DynamoDbEncryptionBranchKeyIdSupplier> |
_typeDescriptor() |
IDynamoDbKeyBranchKeyIdSupplier |
ddbKeyBranchKeyIdSupplier() |
Wrappers_Compile.Result<software.amazon.cryptography.materialproviders.internaldafny.types.GetBranchKeyIdOutput,software.amazon.cryptography.materialproviders.internaldafny.types.Error> |
GetBranchKeyId_k(software.amazon.cryptography.materialproviders.internaldafny.types.GetBranchKeyIdInput input) |
Wrappers_Compile.Result<software.amazon.cryptography.materialproviders.internaldafny.types.GetBranchKeyIdOutput,software.amazon.cryptography.materialproviders.internaldafny.types.Error> |
GetBranchKeyId(software.amazon.cryptography.materialproviders.internaldafny.types.GetBranchKeyIdInput input) |
java.lang.String |
toString() |
public IDynamoDbKeyBranchKeyIdSupplier _ddbKeyBranchKeyIdSupplier
public DynamoDbEncryptionBranchKeyIdSupplier()
public Wrappers_Compile.Result<software.amazon.cryptography.materialproviders.internaldafny.types.GetBranchKeyIdOutput,software.amazon.cryptography.materialproviders.internaldafny.types.Error> GetBranchKeyId(software.amazon.cryptography.materialproviders.internaldafny.types.GetBranchKeyIdInput input)
GetBranchKeyId in interface software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplierpublic void __ctor(IDynamoDbKeyBranchKeyIdSupplier ddbKeyBranchKeyIdSupplier)
public Wrappers_Compile.Result<software.amazon.cryptography.materialproviders.internaldafny.types.GetBranchKeyIdOutput,software.amazon.cryptography.materialproviders.internaldafny.types.Error> GetBranchKeyId_k(software.amazon.cryptography.materialproviders.internaldafny.types.GetBranchKeyIdInput input)
GetBranchKeyId_k in interface software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplierpublic IDynamoDbKeyBranchKeyIdSupplier ddbKeyBranchKeyIdSupplier()
public static dafny.TypeDescriptor<DynamoDbEncryptionBranchKeyIdSupplier> _typeDescriptor()
public java.lang.String toString()
toString in class java.lang.Object