Package | Description |
---|---|
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Field and Description |
---|---|
private GrantConstraints |
GrantListEntry.constraints
The conditions under which the grant's operations are allowed.
|
private GrantConstraints |
CreateGrantRequest.constraints
The conditions under which the operations permitted by the grant are
allowed.
|
Modifier and Type | Method and Description |
---|---|
GrantConstraints |
GrantConstraints.addEncryptionContextEqualsEntry(java.lang.String key,
java.lang.String value) |
GrantConstraints |
GrantConstraints.addEncryptionContextSubsetEntry(java.lang.String key,
java.lang.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 |
GrantListEntry.getConstraints()
The conditions under which the grant's operations are allowed.
|
GrantConstraints |
CreateGrantRequest.getConstraints()
The conditions under which the operations permitted by the grant are
allowed.
|
GrantConstraints |
GrantConstraints.withEncryptionContextEquals(java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.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 |
GrantListEntry.setConstraints(GrantConstraints constraints)
The conditions under which the grant's operations are allowed.
|
void |
CreateGrantRequest.setConstraints(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.
|
CreateGrantRequest |
CreateGrantRequest.withConstraints(GrantConstraints constraints)
The conditions under which the operations permitted by the grant are
allowed.
|
Modifier and Type | Method and Description |
---|---|
GrantConstraints |
GrantConstraintsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
GrantConstraintsJsonMarshaller.marshall(GrantConstraints grantConstraints,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|