| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
GrantListEntry |
GrantListEntry.withConstraints(GrantConstraints constraints)
Specifies the conditions under which the actions specified by the
Operations parameter are allowed. |
GrantListEntry |
GrantListEntry.withGranteePrincipal(String granteePrincipal)
The principal that receives the grant permission.
|
GrantListEntry |
GrantListEntry.withGrantId(String grantId)
Unique grant identifier.
|
GrantListEntry |
GrantListEntry.withIssuingAccount(String issuingAccount)
The account under which the grant was issued.
|
GrantListEntry |
GrantListEntry.withOperations(Collection<String> operations)
List of operations permitted by the grant.
|
GrantListEntry |
GrantListEntry.withOperations(GrantOperation... operations)
List of operations permitted by the grant.
|
GrantListEntry |
GrantListEntry.withOperations(String... operations)
List of operations permitted by the grant.
|
GrantListEntry |
GrantListEntry.withRetiringPrincipal(String retiringPrincipal)
The principal that can retire the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrantListEntry> |
ListGrantsResult.getGrants()
A list of grants.
|
| Modifier and Type | Method and Description |
|---|---|
ListGrantsResult |
ListGrantsResult.withGrants(GrantListEntry... grants)
A list of grants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGrantsResult.setGrants(Collection<GrantListEntry> grants)
A list of grants.
|
ListGrantsResult |
ListGrantsResult.withGrants(Collection<GrantListEntry> grants)
A list of grants.
|
Copyright © 2015. All rights reserved.