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