Uses of Enum
software.amazon.awssdk.services.kms.model.KeyLastUsageTrackingOperation
Packages that use KeyLastUsageTrackingOperation
-
Uses of KeyLastUsageTrackingOperation in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyLastUsageTrackingOperationModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.KeyLastUsageData.operation()The last successful cryptographic operation the KMS key was used for.Returns the enum constant of this type with the specified name.static KeyLastUsageTrackingOperation[]KeyLastUsageTrackingOperation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type KeyLastUsageTrackingOperationModifier and TypeMethodDescriptionstatic Set<KeyLastUsageTrackingOperation>KeyLastUsageTrackingOperation.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyLastUsageTrackingOperationModifier and TypeMethodDescriptionKeyLastUsageData.Builder.operation(KeyLastUsageTrackingOperation operation) The last successful cryptographic operation the KMS key was used for.