Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.PolicyDefinition
-
Packages that use PolicyDefinition Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of PolicyDefinition in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return PolicyDefinition Modifier and Type Method Description PolicyDefinitionCreatePolicyRequest. definition()A structure that specifies the policy type and content to use for the new policy.static PolicyDefinitionPolicyDefinition. fromStaticValue(Consumer<StaticPolicyDefinition.Builder> staticValue)Create an instance of this class withstaticValue()initialized to the given value.static PolicyDefinitionPolicyDefinition. fromStaticValue(StaticPolicyDefinition staticValue)Create an instance of this class withstaticValue()initialized to the given value.static PolicyDefinitionPolicyDefinition. fromTemplateLinked(Consumer<TemplateLinkedPolicyDefinition.Builder> templateLinked)Create an instance of this class withtemplateLinked()initialized to the given value.static PolicyDefinitionPolicyDefinition. fromTemplateLinked(TemplateLinkedPolicyDefinition templateLinked)Create an instance of this class withtemplateLinked()initialized to the given value.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type PolicyDefinition Modifier and Type Method Description CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. definition(PolicyDefinition definition)A structure that specifies the policy type and content to use for the new policy.
-