| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamUserDetails |
AwsIamUserDetails.clone() |
AwsIamUserDetails |
ResourceDetails.getAwsIamUser()
Details about an IAM user.
|
AwsIamUserDetails |
AwsIamUserDetails.withAttachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
AwsIamUserDetails |
AwsIamUserDetails.withAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
AwsIamUserDetails |
AwsIamUserDetails.withCreateDate(String createDate)
Indicates when the user was created.
|
AwsIamUserDetails |
AwsIamUserDetails.withGroupList(Collection<String> groupList)
A list of IAM groups that the user belongs to.
|
AwsIamUserDetails |
AwsIamUserDetails.withGroupList(String... groupList)
A list of IAM groups that the user belongs to.
|
AwsIamUserDetails |
AwsIamUserDetails.withPath(String path)
The path to the user.
|
AwsIamUserDetails |
AwsIamUserDetails.withPermissionsBoundary(AwsIamPermissionsBoundary permissionsBoundary)
The permissions boundary for the user.
|
AwsIamUserDetails |
AwsIamUserDetails.withUserId(String userId)
The unique identifier for the user.
|
AwsIamUserDetails |
AwsIamUserDetails.withUserName(String userName)
The name of the user.
|
AwsIamUserDetails |
AwsIamUserDetails.withUserPolicyList(AwsIamUserPolicy... userPolicyList)
The list of inline policies that are embedded in the user.
|
AwsIamUserDetails |
AwsIamUserDetails.withUserPolicyList(Collection<AwsIamUserPolicy> userPolicyList)
The list of inline policies that are embedded in the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsIamUser(AwsIamUserDetails awsIamUser)
Details about an IAM user.
|
ResourceDetails |
ResourceDetails.withAwsIamUser(AwsIamUserDetails awsIamUser)
Details about an IAM user.
|
Copyright © 2021. All rights reserved.