| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamAccessKeySessionContextSessionIssuer |
AwsIamAccessKeySessionContextSessionIssuer.clone() |
AwsIamAccessKeySessionContextSessionIssuer |
AwsIamAccessKeySessionContext.getSessionIssuer()
Information about the entity that created the session.
|
AwsIamAccessKeySessionContextSessionIssuer |
AwsIamAccessKeySessionContextSessionIssuer.withAccountId(String accountId)
The identifier of the AWS account that created the session.
|
AwsIamAccessKeySessionContextSessionIssuer |
AwsIamAccessKeySessionContextSessionIssuer.withArn(String arn)
The ARN of the session.
|
AwsIamAccessKeySessionContextSessionIssuer |
AwsIamAccessKeySessionContextSessionIssuer.withPrincipalId(String principalId)
The principal ID of the principal (user, role, or group) that created the session.
|
AwsIamAccessKeySessionContextSessionIssuer |
AwsIamAccessKeySessionContextSessionIssuer.withType(String type)
The type of principal (user, role, or group) that created the session.
|
AwsIamAccessKeySessionContextSessionIssuer |
AwsIamAccessKeySessionContextSessionIssuer.withUserName(String userName)
The name of the principal that created the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsIamAccessKeySessionContext.setSessionIssuer(AwsIamAccessKeySessionContextSessionIssuer sessionIssuer)
Information about the entity that created the session.
|
AwsIamAccessKeySessionContext |
AwsIamAccessKeySessionContext.withSessionIssuer(AwsIamAccessKeySessionContextSessionIssuer sessionIssuer)
Information about the entity that created the session.
|
Copyright © 2021. All rights reserved.