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 GrantListEntryGrantListEntry. clone()GrantListEntryGrantListEntry. withConstraints(GrantConstraints constraints)The conditions under which the grant's operations are allowed.GrantListEntryGrantListEntry. withCreationDate(Date creationDate)The date and time when the grant was created.GrantListEntryGrantListEntry. withGranteePrincipal(String granteePrincipal)The principal that receives the grant's permissions.GrantListEntryGrantListEntry. withGrantId(String grantId)The unique identifier for the grant.GrantListEntryGrantListEntry. withIssuingAccount(String issuingAccount)The AWS account under which the grant was issued.GrantListEntryGrantListEntry. withKeyId(String keyId)The unique identifier for the customer master key (CMK) to which the grant applies.GrantListEntryGrantListEntry. withName(String name)The friendly name that identifies the grant.GrantListEntryGrantListEntry. withOperations(GrantOperation... operations)The list of operations permitted by the grant.GrantListEntryGrantListEntry. withOperations(String... operations)The list of operations permitted by the grant.GrantListEntryGrantListEntry. withOperations(Collection<String> operations)The list of operations permitted by the grant.GrantListEntryGrantListEntry. 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 ListGrantsResultListGrantsResult. withGrants(GrantListEntry... grants)A list of grants.ListRetirableGrantsResultListRetirableGrantsResult. 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 voidListGrantsResult. setGrants(Collection<GrantListEntry> grants)A list of grants.voidListRetirableGrantsResult. setGrants(Collection<GrantListEntry> grants)A list of grants.ListGrantsResultListGrantsResult. withGrants(Collection<GrantListEntry> grants)A list of grants.ListRetirableGrantsResultListRetirableGrantsResult. withGrants(Collection<GrantListEntry> grants)A list of grants.
-