| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamRoleDetails |
AwsIamRoleDetails.clone() |
AwsIamRoleDetails |
ResourceDetails.getAwsIamRole()
Details about an IAM role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withAssumeRolePolicyDocument(String assumeRolePolicyDocument)
The trust policy that grants permission to assume the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withCreateDate(String createDate)
The date and time, in ISO 8601 date-time format, when the role was created.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withMaxSessionDuration(Integer maxSessionDuration)
The maximum session duration (in seconds) that you want to set for the specified role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withPath(String path)
The path to the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withRoleId(String roleId)
The stable and unique string identifying the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withRoleName(String roleName)
The friendly name that identifies the role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsIamRole(AwsIamRoleDetails awsIamRole)
Details about an IAM role.
|
ResourceDetails |
ResourceDetails.withAwsIamRole(AwsIamRoleDetails awsIamRole)
Details about an IAM role.
|
Copyright © 2020. All rights reserved.