Uses of Interface
software.amazon.awssdk.services.kms.model.GetKeyLastUsageResponse.Builder
Packages that use GetKeyLastUsageResponse.Builder
-
Uses of GetKeyLastUsageResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GetKeyLastUsageResponse.BuilderModifier and TypeMethodDescriptionGetKeyLastUsageResponse.builder()GetKeyLastUsageResponse.Builder.keyCreationDate(Instant keyCreationDate) The date and time when the KMS key was created.The globally unique identifier for the KMS key.default GetKeyLastUsageResponse.BuilderGetKeyLastUsageResponse.Builder.keyLastUsage(Consumer<KeyLastUsageData.Builder> keyLastUsage) Contains usage information about the last time the KMS key was used for a successful cryptographic operation.GetKeyLastUsageResponse.Builder.keyLastUsage(KeyLastUsageData keyLastUsage) Contains usage information about the last time the KMS key was used for a successful cryptographic operation.GetKeyLastUsageResponse.toBuilder()GetKeyLastUsageResponse.Builder.trackingStartDate(Instant trackingStartDate) The date from which KMS began recording cryptographic activity for this key, or the date the KMS key was created, whichever is later.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type GetKeyLastUsageResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetKeyLastUsageResponse.Builder>GetKeyLastUsageResponse.serializableBuilderClass()