Uses of Class
com.amazonaws.services.kms.model.GrantListEntry
-
Packages that use GrantListEntry Package Description com.amazonaws.services.kms.model -
-
Uses of GrantListEntry in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return GrantListEntry Modifier and Type Method Description GrantListEntry
GrantListEntry. clone()
GrantListEntry
GrantListEntry. withConstraints(GrantConstraints constraints)
The conditions under which the grant's operations are allowed.GrantListEntry
GrantListEntry. withCreationDate(Date creationDate)
The date and time when the grant was created.GrantListEntry
GrantListEntry. withGranteePrincipal(String granteePrincipal)
The principal that receives the grant's permissions.GrantListEntry
GrantListEntry. withGrantId(String grantId)
The unique identifier for the grant.GrantListEntry
GrantListEntry. withIssuingAccount(String issuingAccount)
The AWS account under which the grant was issued.GrantListEntry
GrantListEntry. withKeyId(String keyId)
The unique identifier for the customer master key (CMK) to which the grant applies.GrantListEntry
GrantListEntry. withName(String name)
The friendly name that identifies the grant.GrantListEntry
GrantListEntry. withOperations(GrantOperation... operations)
The list of operations permitted by the grant.GrantListEntry
GrantListEntry. withOperations(String... operations)
The list of operations permitted by the grant.GrantListEntry
GrantListEntry. withOperations(Collection<String> operations)
The list of operations permitted by the grant.GrantListEntry
GrantListEntry. withRetiringPrincipal(String retiringPrincipal)
The principal that can retire the grant.Methods in com.amazonaws.services.kms.model that return types with arguments of type GrantListEntry Modifier and Type Method Description List<GrantListEntry>
ListGrantsResult. getGrants()
A list of grants.List<GrantListEntry>
ListRetirableGrantsResult. getGrants()
A list of grants.Methods in com.amazonaws.services.kms.model with parameters of type GrantListEntry Modifier and Type Method Description ListGrantsResult
ListGrantsResult. withGrants(GrantListEntry... grants)
A list of grants.ListRetirableGrantsResult
ListRetirableGrantsResult. withGrants(GrantListEntry... grants)
A list of grants.Method parameters in com.amazonaws.services.kms.model with type arguments of type GrantListEntry Modifier and Type Method Description void
ListGrantsResult. setGrants(Collection<GrantListEntry> grants)
A list of grants.void
ListRetirableGrantsResult. setGrants(Collection<GrantListEntry> grants)
A list of grants.ListGrantsResult
ListGrantsResult. withGrants(Collection<GrantListEntry> grants)
A list of grants.ListRetirableGrantsResult
ListRetirableGrantsResult. withGrants(Collection<GrantListEntry> grants)
A list of grants.
-