| 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 Amazon Web Services Region where this access key was most recently used.
|
AccessKeyLastUsed |
AccessKeyLastUsed.withServiceName(String serviceName)
The name of the Amazon Web Services 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 © 2025. All rights reserved.