Uses of Class
software.amazon.awssdk.services.iam.model.RoleLastUsed
-
Packages that use RoleLastUsed Package Description software.amazon.awssdk.services.iam.model -
-
Uses of RoleLastUsed in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return RoleLastUsed Modifier and Type Method Description RoleLastUsedRole. roleLastUsed()Contains information about the last time that an IAM role was used.RoleLastUsedRoleDetail. roleLastUsed()Contains information about the last time that an IAM role was used.Methods in software.amazon.awssdk.services.iam.model with parameters of type RoleLastUsed Modifier and Type Method Description Role.BuilderRole.Builder. roleLastUsed(RoleLastUsed roleLastUsed)Contains information about the last time that an IAM role was used.RoleDetail.BuilderRoleDetail.Builder. roleLastUsed(RoleLastUsed roleLastUsed)Contains information about the last time that an IAM role was used.
-