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 AccessKeyLastUsed
AccessKeyLastUsed. clone()
AccessKeyLastUsed
GetAccessKeyLastUsedResult. getAccessKeyLastUsed()
Contains information about the last time the access key was used.AccessKeyLastUsed
AccessKeyLastUsed. withLastUsedDate(Date lastUsedDate)
The date and time, in ISO 8601 date-time format, when the access key was most recently used.AccessKeyLastUsed
AccessKeyLastUsed. withRegion(String region)
The AWS region where this access key was most recently used.AccessKeyLastUsed
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 AccessKeyLastUsed Modifier and Type Method Description void
GetAccessKeyLastUsedResult. setAccessKeyLastUsed(AccessKeyLastUsed accessKeyLastUsed)
Contains information about the last time the access key was used.GetAccessKeyLastUsedResult
GetAccessKeyLastUsedResult. withAccessKeyLastUsed(AccessKeyLastUsed accessKeyLastUsed)
Contains information about the last time the access key was used.
-