Uses of Class
software.amazon.awssdk.services.macie2.model.AssumedRole
-
Packages that use AssumedRole Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AssumedRole in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AssumedRole Modifier and Type Method Description AssumedRoleUserIdentity. assumedRole()If the action was performed with temporary security credentials that were obtained using the AssumeRole operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.Methods in software.amazon.awssdk.services.macie2.model with parameters of type AssumedRole Modifier and Type Method Description UserIdentity.BuilderUserIdentity.Builder. assumedRole(AssumedRole assumedRole)If the action was performed with temporary security credentials that were obtained using the AssumeRole operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.
-