| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.clone() |
Location |
Location.withPath(Collection<PathElement> path)
A path in a policy, represented as a sequence of path elements.
|
Location |
Location.withPath(PathElement... path)
A path in a policy, represented as a sequence of path elements.
|
Location |
Location.withSpan(Span span)
A span in a policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
ValidatePolicyFinding.getLocations()
The list of locations in the policy document that are related to the finding.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatePolicyFinding |
ValidatePolicyFinding.withLocations(Location... locations)
The list of locations in the policy document that are related to the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatePolicyFinding.setLocations(Collection<Location> locations)
The list of locations in the policy document that are related to the finding.
|
ValidatePolicyFinding |
ValidatePolicyFinding.withLocations(Collection<Location> locations)
The list of locations in the policy document that are related to the finding.
|
Copyright © 2021. All rights reserved.