Package | Description |
---|---|
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<GrantListEntry> |
ListRetirableGrantsResult.grants
A list of grants.
|
private SdkInternalList<GrantListEntry> |
ListGrantsResult.grants
A list of grants.
|
Modifier and Type | Method and Description |
---|---|
GrantListEntry |
GrantListEntry.clone() |
GrantListEntry |
GrantListEntry.withConstraints(GrantConstraints constraints)
The conditions under which the grant's operations are allowed.
|
GrantListEntry |
GrantListEntry.withCreationDate(java.util.Date creationDate)
The date and time when the grant was created.
|
GrantListEntry |
GrantListEntry.withGranteePrincipal(java.lang.String granteePrincipal)
The principal that receives the grant's permissions.
|
GrantListEntry |
GrantListEntry.withGrantId(java.lang.String grantId)
The unique identifier for the grant.
|
GrantListEntry |
GrantListEntry.withIssuingAccount(java.lang.String issuingAccount)
The AWS account under which the grant was issued.
|
GrantListEntry |
GrantListEntry.withKeyId(java.lang.String keyId)
The unique identifier for the customer master key (CMK) to which the
grant applies.
|
GrantListEntry |
GrantListEntry.withName(java.lang.String name)
The friendly name that identifies the grant.
|
GrantListEntry |
GrantListEntry.withOperations(java.util.Collection<java.lang.String> operations)
The list of operations permitted by the grant.
|
GrantListEntry |
GrantListEntry.withOperations(GrantOperation... operations)
The list of operations permitted by the grant.
|
GrantListEntry |
GrantListEntry.withOperations(java.lang.String... operations)
The list of operations permitted by the grant.
|
GrantListEntry |
GrantListEntry.withRetiringPrincipal(java.lang.String retiringPrincipal)
The principal that can retire the grant.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GrantListEntry> |
ListRetirableGrantsResult.getGrants()
A list of grants.
|
java.util.List<GrantListEntry> |
ListGrantsResult.getGrants()
A list of grants.
|
Modifier and Type | Method and Description |
---|---|
ListRetirableGrantsResult |
ListRetirableGrantsResult.withGrants(GrantListEntry... grants)
A list of grants.
|
ListGrantsResult |
ListGrantsResult.withGrants(GrantListEntry... grants)
A list of grants.
|
Modifier and Type | Method and Description |
---|---|
void |
ListRetirableGrantsResult.setGrants(java.util.Collection<GrantListEntry> grants)
A list of grants.
|
void |
ListGrantsResult.setGrants(java.util.Collection<GrantListEntry> grants)
A list of grants.
|
ListRetirableGrantsResult |
ListRetirableGrantsResult.withGrants(java.util.Collection<GrantListEntry> grants)
A list of grants.
|
ListGrantsResult |
ListGrantsResult.withGrants(java.util.Collection<GrantListEntry> grants)
A list of grants.
|
Modifier and Type | Method and Description |
---|---|
GrantListEntry |
GrantListEntryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
GrantListEntryJsonMarshaller.marshall(GrantListEntry grantListEntry,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|