Uses of Interface
software.amazon.awssdk.services.kms.model.GrantListEntry.Builder
Packages that use GrantListEntry.Builder
-
Uses of GrantListEntry.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GrantListEntry.BuilderModifier and TypeMethodDescriptionstatic GrantListEntry.BuilderGrantListEntry.builder()default GrantListEntry.BuilderGrantListEntry.Builder.constraints(Consumer<GrantConstraints.Builder> constraints) A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.GrantListEntry.Builder.constraints(GrantConstraints constraints) A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.GrantListEntry.Builder.creationDate(Instant creationDate) The date and time when the grant was created.GrantListEntry.Builder.granteePrincipal(String granteePrincipal) The identity that gets the permissions in the grant.The unique identifier for the grant.GrantListEntry.Builder.issuingAccount(String issuingAccount) The Amazon Web Services account under which the grant was issued.The unique identifier for the KMS key to which the grant applies.The friendly name that identifies the grant.GrantListEntry.Builder.operations(Collection<GrantOperation> operations) The list of operations permitted by the grant.GrantListEntry.Builder.operations(GrantOperation... operations) The list of operations permitted by the grant.GrantListEntry.Builder.operationsWithStrings(String... operations) The list of operations permitted by the grant.GrantListEntry.Builder.operationsWithStrings(Collection<String> operations) The list of operations permitted by the grant.GrantListEntry.Builder.retiringPrincipal(String retiringPrincipal) The principal that can retire the grant.GrantListEntry.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type GrantListEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GrantListEntry.Builder>GrantListEntry.serializableBuilderClass()