Uses of Interface
software.amazon.awssdk.services.kms.model.AliasListEntry.Builder
Packages that use AliasListEntry.Builder
-
Uses of AliasListEntry.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return AliasListEntry.BuilderModifier and TypeMethodDescriptionString that contains the key ARN.String that contains the alias.static AliasListEntry.BuilderAliasListEntry.builder()AliasListEntry.Builder.creationDate(Instant creationDate) Date and time that the alias was most recently created in the account and Region.AliasListEntry.Builder.lastUpdatedDate(Instant lastUpdatedDate) Date and time that the alias was most recently associated with a KMS key in the account and Region.AliasListEntry.Builder.targetKeyId(String targetKeyId) String that contains the key identifier of the KMS key associated with the alias.AliasListEntry.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type AliasListEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AliasListEntry.Builder>AliasListEntry.serializableBuilderClass()