| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
IamIdentity |
IamIdentity.clone() |
IamIdentity |
UserContext.getIamIdentity()
The IAM Identity details associated with the user.
|
IamIdentity |
IamIdentity.withArn(String arn)
The Amazon Resource Name (ARN) of the IAM identity.
|
IamIdentity |
IamIdentity.withPrincipalId(String principalId)
The ID of the principal that assumes the IAM identity.
|
IamIdentity |
IamIdentity.withSourceIdentity(String sourceIdentity)
The person or application which assumes the IAM identity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserContext.setIamIdentity(IamIdentity iamIdentity)
The IAM Identity details associated with the user.
|
UserContext |
UserContext.withIamIdentity(IamIdentity iamIdentity)
The IAM Identity details associated with the user.
|
Copyright © 2024. All rights reserved.