| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static AccessKeyLastUsed.Builder |
AccessKeyLastUsed.builder() |
AccessKeyLastUsed.Builder |
AccessKeyLastUsed.Builder.lastUsedDate(Instant lastUsedDate)
The date and time, in ISO 8601 date-time format, when the access
key was most recently used.
|
AccessKeyLastUsed.Builder |
AccessKeyLastUsed.Builder.region(String region)
The Amazon Web Services Region where this access key was most recently used.
|
AccessKeyLastUsed.Builder |
AccessKeyLastUsed.Builder.serviceName(String serviceName)
The name of the Amazon Web Services service with which this access key was most recently used.
|
AccessKeyLastUsed.Builder |
AccessKeyLastUsed.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccessKeyLastUsed.Builder> |
AccessKeyLastUsed.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAccessKeyLastUsedResponse.Builder |
GetAccessKeyLastUsedResponse.Builder.accessKeyLastUsed(Consumer<AccessKeyLastUsed.Builder> accessKeyLastUsed)
Contains information about the last time the access key was used.
|
Copyright © 2023. All rights reserved.