Uses of Class
com.amazonaws.services.identitymanagement.model.AccessKeyLastUsed
-
Packages that use AccessKeyLastUsed Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of AccessKeyLastUsed in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AccessKeyLastUsed Modifier and Type Method Description AccessKeyLastUsedAccessKeyLastUsed. clone()AccessKeyLastUsedGetAccessKeyLastUsedResult. getAccessKeyLastUsed()Contains information about the last time the access key was used.AccessKeyLastUsedAccessKeyLastUsed. withLastUsedDate(Date lastUsedDate)The date and time, in ISO 8601 date-time format, when the access key was most recently used.AccessKeyLastUsedAccessKeyLastUsed. withRegion(String region)The AWS region where this access key was most recently used.AccessKeyLastUsedAccessKeyLastUsed. 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 AccessKeyLastUsed Modifier and Type Method Description voidGetAccessKeyLastUsedResult. setAccessKeyLastUsed(AccessKeyLastUsed accessKeyLastUsed)Contains information about the last time the access key was used.GetAccessKeyLastUsedResultGetAccessKeyLastUsedResult. withAccessKeyLastUsed(AccessKeyLastUsed accessKeyLastUsed)Contains information about the last time the access key was used.
-