| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamGroupDetails |
AwsIamGroupDetails.clone() |
AwsIamGroupDetails |
ResourceDetails.getAwsIamGroup()
|
AwsIamGroupDetails |
AwsIamGroupDetails.withAttachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
A list of the managed policies that are attached to the IAM group.
|
AwsIamGroupDetails |
AwsIamGroupDetails.withAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the IAM group.
|
AwsIamGroupDetails |
AwsIamGroupDetails.withCreateDate(String createDate)
Indicates when the IAM group was created.
|
AwsIamGroupDetails |
AwsIamGroupDetails.withGroupId(String groupId)
The identifier of the IAM group.
|
AwsIamGroupDetails |
AwsIamGroupDetails.withGroupName(String groupName)
The name of the IAM group.
|
AwsIamGroupDetails |
AwsIamGroupDetails.withGroupPolicyList(AwsIamGroupPolicy... groupPolicyList)
The list of inline policies that are embedded in the group.
|
AwsIamGroupDetails |
AwsIamGroupDetails.withGroupPolicyList(Collection<AwsIamGroupPolicy> groupPolicyList)
The list of inline policies that are embedded in the group.
|
AwsIamGroupDetails |
AwsIamGroupDetails.withPath(String path)
The path to the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsIamGroup(AwsIamGroupDetails awsIamGroup)
|
ResourceDetails |
ResourceDetails.withAwsIamGroup(AwsIamGroupDetails awsIamGroup)
|
Copyright © 2020. All rights reserved.