Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GeneratedPolicy
-
Packages that use GeneratedPolicy Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of GeneratedPolicy in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type GeneratedPolicy Modifier and Type Method Description List<GeneratedPolicy>GeneratedPolicyResult. generatedPolicies()The text to use as the content for the new policy.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type GeneratedPolicy Modifier and Type Method Description GeneratedPolicyResult.BuilderGeneratedPolicyResult.Builder. generatedPolicies(GeneratedPolicy... generatedPolicies)The text to use as the content for the new policy.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type GeneratedPolicy Modifier and Type Method Description GeneratedPolicyResult.BuilderGeneratedPolicyResult.Builder. generatedPolicies(Collection<GeneratedPolicy> generatedPolicies)The text to use as the content for the new policy.
-