Uses of Class
software.amazon.awssdk.services.kms.model.GetKeyLastUsageResponse
Packages that use GetKeyLastUsageResponse
-
Uses of GetKeyLastUsageResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return GetKeyLastUsageResponseModifier and TypeMethodDescriptiondefault GetKeyLastUsageResponseKmsClient.getKeyLastUsage(Consumer<GetKeyLastUsageRequest.Builder> getKeyLastUsageRequest) Returns usage information about the last successful cryptographic operation performed with a specified KMS key, including the operation type, timestamp, and associated CloudTrail event ID.default GetKeyLastUsageResponseKmsClient.getKeyLastUsage(GetKeyLastUsageRequest getKeyLastUsageRequest) Returns usage information about the last successful cryptographic operation performed with a specified KMS key, including the operation type, timestamp, and associated CloudTrail event ID.Methods in software.amazon.awssdk.services.kms that return types with arguments of type GetKeyLastUsageResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetKeyLastUsageResponse>KmsAsyncClient.getKeyLastUsage(Consumer<GetKeyLastUsageRequest.Builder> getKeyLastUsageRequest) Returns usage information about the last successful cryptographic operation performed with a specified KMS key, including the operation type, timestamp, and associated CloudTrail event ID.default CompletableFuture<GetKeyLastUsageResponse>KmsAsyncClient.getKeyLastUsage(GetKeyLastUsageRequest getKeyLastUsageRequest) Returns usage information about the last successful cryptographic operation performed with a specified KMS key, including the operation type, timestamp, and associated CloudTrail event ID.