| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
GrantConstraints |
GrantConstraints.addEncryptionContextEqualsEntry(String key,
String value)
A list of key-value pairs that must be present in the encryption context
of certain subsequent operations that the grant allows.
|
GrantConstraints |
GrantConstraints.addEncryptionContextSubsetEntry(String key,
String value)
A list of key-value pairs, all of which must be present in the encryption
context of certain subsequent operations that the grant allows.
|
GrantConstraints |
GrantConstraints.clearEncryptionContextEqualsEntries()
Removes all the entries added into EncryptionContextEquals.
|
GrantConstraints |
GrantConstraints.clearEncryptionContextSubsetEntries()
Removes all the entries added into EncryptionContextSubset.
|
GrantConstraints |
CreateGrantRequest.getConstraints()
A structure that you can use to allow certain operations in the grant
only when the desired encryption context is present.
|
GrantConstraints |
GrantListEntry.getConstraints()
A list of key-value pairs that must be present in the encryption context
of certain subsequent operations that the grant allows.
|
GrantConstraints |
GrantConstraints.withEncryptionContextEquals(Map<String,String> encryptionContextEquals)
A list of key-value pairs that must be present in the encryption context
of certain subsequent operations that the grant allows.
|
GrantConstraints |
GrantConstraints.withEncryptionContextSubset(Map<String,String> encryptionContextSubset)
A list of key-value pairs, all of which must be present in the encryption
context of certain subsequent operations that the grant allows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGrantRequest.setConstraints(GrantConstraints constraints)
A structure that you can use to allow certain operations in the grant
only when the desired encryption context is present.
|
void |
GrantListEntry.setConstraints(GrantConstraints constraints)
A list of key-value pairs that must be present in the encryption context
of certain subsequent operations that the grant allows.
|
CreateGrantRequest |
CreateGrantRequest.withConstraints(GrantConstraints constraints)
A structure that you can use to allow certain operations in the grant
only when the desired encryption context is present.
|
GrantListEntry |
GrantListEntry.withConstraints(GrantConstraints constraints)
A list of key-value pairs that must be present in the encryption context
of certain subsequent operations that the grant allows.
|
Copyright © 2018. All rights reserved.