Uses of Class
software.amazon.awssdk.services.macie2.model.FederatedUser
-
Packages that use FederatedUser Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of FederatedUser in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return FederatedUser Modifier and Type Method Description FederatedUserUserIdentity. federatedUser()If the action was performed with temporary security credentials that were obtained using the GetFederationToken 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 FederatedUser Modifier and Type Method Description UserIdentity.BuilderUserIdentity.Builder. federatedUser(FederatedUser federatedUser)If the action was performed with temporary security credentials that were obtained using the GetFederationToken operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.
-