static ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.builder() |
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.isTruncated(Boolean isTruncated) |
A flag that indicates whether there are more items to return.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.marker(String marker) |
When IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyGroups(Collection<PolicyGroup> policyGroups) |
A list of IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyGroups(Consumer<PolicyGroup.Builder>... policyGroups) |
A list of IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyGroups(PolicyGroup... policyGroups) |
A list of IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyRoles(Collection<PolicyRole> policyRoles) |
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyRoles(Consumer<PolicyRole.Builder>... policyRoles) |
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyRoles(PolicyRole... policyRoles) |
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyUsers(Collection<PolicyUser> policyUsers) |
A list of IAM users that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyUsers(Consumer<PolicyUser.Builder>... policyUsers) |
A list of IAM users that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyUsers(PolicyUser... policyUsers) |
A list of IAM users that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.toBuilder() |
|