| Package | Description |
|---|---|
| software.amazon.awssdk.policybuilder.iam | |
| software.amazon.awssdk.policybuilder.iam.internal |
| Modifier and Type | Method and Description |
|---|---|
List<IamStatement> |
IamPolicy.statements()
Retrieve the value set by
IamPolicy.Builder.statements(Collection). |
| Modifier and Type | Method and Description |
|---|---|
IamPolicy.Builder |
IamPolicy.Builder.addStatement(IamStatement statement)
Append a
Statement element to this policy to specify additional access rules. |
| Modifier and Type | Method and Description |
|---|---|
static IamPolicy |
IamPolicy.create(Collection<IamStatement> statements)
Create an
IamPolicy containing the provided statements. |
IamPolicy.Builder |
IamPolicy.Builder.statements(Collection<IamStatement> statements)
Configure the
Statement element of the policy, specifying the access rules for this policy. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIamStatement
Default implementation of
IamStatement. |
| Modifier and Type | Method and Description |
|---|---|
IamStatement |
DefaultIamStatement.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<IamStatement> |
DefaultIamPolicy.statements() |
| Modifier and Type | Method and Description |
|---|---|
IamPolicy.Builder |
DefaultIamPolicy.Builder.addStatement(IamStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
IamPolicy.Builder |
DefaultIamPolicy.Builder.statements(Collection<IamStatement> statements) |
Copyright © 2023. All rights reserved.