Uses of Class
software.amazon.awssdk.core.auth.policy.Policy
-
Packages that use Policy Package Description software.amazon.awssdk.core.auth.policy software.amazon.awssdk.core.auth.policy.internal -
-
Uses of Policy in software.amazon.awssdk.core.auth.policy
Methods in software.amazon.awssdk.core.auth.policy that return Policy Modifier and Type Method Description static PolicyPolicy. fromJson(String jsonString)Returns an AWS access control policy object generated from JSON string.PolicyPolicy. withId(String id)Sets the policy ID for this policy and returns the updated policy so that multiple calls can be chained together.PolicyPolicy. withStatements(Statement... statements)Sets the collection of statements contained by this policy and returns this policy object so that additional method calls can be chained together. -
Uses of Policy in software.amazon.awssdk.core.auth.policy.internal
Methods in software.amazon.awssdk.core.auth.policy.internal that return Policy Modifier and Type Method Description PolicyJsonPolicyReader. createPolicyFromJsonString(String jsonString)Converts the specified JSON string to an AWS policy object.Methods in software.amazon.awssdk.core.auth.policy.internal with parameters of type Policy Modifier and Type Method Description StringJsonPolicyWriter. writePolicyToString(Policy policy)Converts the specified AWS policy object to a JSON string, suitable for passing to an AWS service.
-