| 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)
The constraint contains additional key/value pairs that serve to
further limit the grant.
|
GrantConstraints |
GrantConstraints.addEncryptionContextSubsetEntry(String key,
String value)
The constraint equals the full encryption context.
|
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()
Specifies the conditions under which the actions specified by the
Operations parameter are allowed. |
GrantConstraints |
GrantListEntry.getConstraints()
Specifies the conditions under which the actions specified by the
Operations parameter are allowed. |
GrantConstraints |
GrantConstraints.withEncryptionContextEquals(Map<String,String> encryptionContextEquals)
The constraint contains additional key/value pairs that serve to
further limit the grant.
|
GrantConstraints |
GrantConstraints.withEncryptionContextSubset(Map<String,String> encryptionContextSubset)
The constraint equals the full encryption context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGrantRequest.setConstraints(GrantConstraints constraints)
Specifies the conditions under which the actions specified by the
Operations parameter are allowed. |
void |
GrantListEntry.setConstraints(GrantConstraints constraints)
Specifies the conditions under which the actions specified by the
Operations parameter are allowed. |
CreateGrantRequest |
CreateGrantRequest.withConstraints(GrantConstraints constraints)
Specifies the conditions under which the actions specified by the
Operations parameter are allowed. |
GrantListEntry |
GrantListEntry.withConstraints(GrantConstraints constraints)
Specifies the conditions under which the actions specified by the
Operations parameter are allowed. |
Copyright © 2015. All rights reserved.