Uses of Class
com.amazonaws.services.identitymanagement.model.AccessKeyLastUsed
Packages that use AccessKeyLastUsed
-
Uses of AccessKeyLastUsed in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AccessKeyLastUsedModifier and TypeMethodDescriptionAccessKeyLastUsed.clone()
GetAccessKeyLastUsedResult.getAccessKeyLastUsed()
Contains information about the last time the access key was used.AccessKeyLastUsed.withLastUsedDate
(Date lastUsedDate) The date and time, in ISO 8601 date-time format, when the access key was most recently used.AccessKeyLastUsed.withRegion
(String region) The AWS region where this access key was most recently used.AccessKeyLastUsed.withServiceName
(String serviceName) The name of the AWS service with which this access key was most recently used.Methods in com.amazonaws.services.identitymanagement.model with parameters of type AccessKeyLastUsedModifier and TypeMethodDescriptionvoid
GetAccessKeyLastUsedResult.setAccessKeyLastUsed
(AccessKeyLastUsed accessKeyLastUsed) Contains information about the last time the access key was used.GetAccessKeyLastUsedResult.withAccessKeyLastUsed
(AccessKeyLastUsed accessKeyLastUsed) Contains information about the last time the access key was used.