| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SessionIssuer |
SessionIssuer.clone() |
SessionIssuer |
SessionContext.getSessionIssuer()
The source and type of credentials that were issued to the entity.
|
SessionIssuer |
SessionIssuer.withAccountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the entity that was used to get the
credentials.
|
SessionIssuer |
SessionIssuer.withArn(String arn)
The Amazon Resource Name (ARN) of the source account, Identity and Access Management (IAM) user, or role that was
used to get the credentials.
|
SessionIssuer |
SessionIssuer.withPrincipalId(String principalId)
The unique identifier for the entity that was used to get the credentials.
|
SessionIssuer |
SessionIssuer.withType(String type)
The source of the temporary security credentials, such as Root, IAMUser, or Role.
|
SessionIssuer |
SessionIssuer.withUserName(String userName)
The name or alias of the user or role that issued the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionContext.setSessionIssuer(SessionIssuer sessionIssuer)
The source and type of credentials that were issued to the entity.
|
SessionContext |
SessionContext.withSessionIssuer(SessionIssuer sessionIssuer)
The source and type of credentials that were issued to the entity.
|
Copyright © 2024. All rights reserved.