Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2017. All rights reserved.