Package | Description |
---|---|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
GrantConstraints |
GrantConstraints.addEncryptionContextEqualsEntry(String key,
String value) |
GrantConstraints |
GrantConstraints.addEncryptionContextSubsetEntry(String key,
String value) |
GrantConstraints |
GrantConstraints.clearEncryptionContextEqualsEntries()
Removes all the entries added into EncryptionContextEquals.
|
GrantConstraints |
GrantConstraints.clearEncryptionContextSubsetEntries()
Removes all the entries added into EncryptionContextSubset.
|
GrantConstraints |
GrantConstraints.clone() |
GrantConstraints |
CreateGrantRequest.getConstraints()
The conditions under which the operations permitted by the grant are
allowed.
|
GrantConstraints |
GrantListEntry.getConstraints()
The conditions under which the grant's operations are allowed.
|
GrantConstraints |
GrantConstraints.withEncryptionContextEquals(Map<String,String> encryptionContextEquals)
Contains a list of key-value pairs that must be present in the encryption
context of a subsequent operation permitted by the grant.
|
GrantConstraints |
GrantConstraints.withEncryptionContextSubset(Map<String,String> encryptionContextSubset)
Contains a list of key-value pairs, a subset of which must be present in
the encryption context of a subsequent operation permitted by the grant.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateGrantRequest.setConstraints(GrantConstraints constraints)
The conditions under which the operations permitted by the grant are
allowed.
|
void |
GrantListEntry.setConstraints(GrantConstraints constraints)
The conditions under which the grant's operations are allowed.
|
CreateGrantRequest |
CreateGrantRequest.withConstraints(GrantConstraints constraints)
The conditions under which the operations permitted by the grant are
allowed.
|
GrantListEntry |
GrantListEntry.withConstraints(GrantConstraints constraints)
The conditions under which the grant's operations are allowed.
|
Copyright © 2018. All rights reserved.