| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AccessKeyLastUsed |
AccessKeyLastUsed.clone() |
AccessKeyLastUsed |
AccessKey.getLastUsed()
An object that describes the last time the access key was used.
|
AccessKeyLastUsed |
AccessKeyLastUsed.withLastUsedDate(Date lastUsedDate)
The date and time 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 |
AccessKey.setLastUsed(AccessKeyLastUsed lastUsed)
An object that describes the last time the access key was used.
|
AccessKey |
AccessKey.withLastUsed(AccessKeyLastUsed lastUsed)
An object that describes the last time the access key was used.
|
Copyright © 2021. All rights reserved.