Uses of Interface
software.amazon.awssdk.services.kms.model.KeyLastUsageData.Builder
Packages that use KeyLastUsageData.Builder
-
Uses of KeyLastUsageData.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyLastUsageData.BuilderModifier and TypeMethodDescriptionstatic KeyLastUsageData.BuilderKeyLastUsageData.builder()KeyLastUsageData.Builder.cloudTrailEventId(String cloudTrailEventId) The CloudTraileventIdassociated with the last successful cryptographic operation.KeyLastUsageData.Builder.kmsRequestId(String kmsRequestId) The KMS request ID associated with the last successful cryptographic operation.The last successful cryptographic operation the KMS key was used for.KeyLastUsageData.Builder.operation(KeyLastUsageTrackingOperation operation) The last successful cryptographic operation the KMS key was used for.The date and time when the KMS key was most recently used for a successful cryptographic operation.KeyLastUsageData.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type KeyLastUsageData.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KeyLastUsageData.Builder>KeyLastUsageData.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type KeyLastUsageData.BuilderModifier and TypeMethodDescriptiondefault 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.