| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
RoleLastUsed |
RoleLastUsed.clone() |
RoleLastUsed |
RoleDetail.getRoleLastUsed()
Contains information about the last time that an IAM role was used.
|
RoleLastUsed |
Role.getRoleLastUsed()
Contains information about the last time that an IAM role was used.
|
RoleLastUsed |
RoleLastUsed.withLastUsedDate(Date lastUsedDate)
The date and time, inĀ ISO 8601 date-time format that the role was
last used.
|
RoleLastUsed |
RoleLastUsed.withRegion(String region)
The name of the Amazon Web Services Region in which the role was last used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleDetail.setRoleLastUsed(RoleLastUsed roleLastUsed)
Contains information about the last time that an IAM role was used.
|
void |
Role.setRoleLastUsed(RoleLastUsed roleLastUsed)
Contains information about the last time that an IAM role was used.
|
RoleDetail |
RoleDetail.withRoleLastUsed(RoleLastUsed roleLastUsed)
Contains information about the last time that an IAM role was used.
|
Role |
Role.withRoleLastUsed(RoleLastUsed roleLastUsed)
Contains information about the last time that an IAM role was used.
|
Copyright © 2022. All rights reserved.