| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static RoleLastUsed.Builder |
RoleLastUsed.builder() |
RoleLastUsed.Builder |
RoleLastUsed.Builder.lastUsedDate(Instant lastUsedDate)
The date and time, inĀ ISO 8601 date-time format that the role
was last used.
|
RoleLastUsed.Builder |
RoleLastUsed.Builder.region(String region)
The name of the Amazon Web Services Region in which the role was last used.
|
RoleLastUsed.Builder |
RoleLastUsed.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RoleLastUsed.Builder> |
RoleLastUsed.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Role.Builder |
Role.Builder.roleLastUsed(Consumer<RoleLastUsed.Builder> roleLastUsed)
Contains information about the last time that an IAM role was used.
|
default RoleDetail.Builder |
RoleDetail.Builder.roleLastUsed(Consumer<RoleLastUsed.Builder> roleLastUsed)
Contains information about the last time that an IAM role was used.
|
Copyright © 2023. All rights reserved.