Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.PolicyGeneration
-
Packages that use PolicyGeneration Package Description software.amazon.awssdk.services.accessanalyzer.model software.amazon.awssdk.services.accessanalyzer.paginators -
-
Uses of PolicyGeneration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type PolicyGeneration Modifier and Type Method Description List<PolicyGeneration>ListPolicyGenerationsResponse. policyGenerations()APolicyGenerationobject that contains details about the generated policy.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type PolicyGeneration Modifier and Type Method Description ListPolicyGenerationsResponse.BuilderListPolicyGenerationsResponse.Builder. policyGenerations(PolicyGeneration... policyGenerations)APolicyGenerationobject that contains details about the generated policy.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type PolicyGeneration Modifier and Type Method Description ListPolicyGenerationsResponse.BuilderListPolicyGenerationsResponse.Builder. policyGenerations(Collection<PolicyGeneration> policyGenerations)APolicyGenerationobject that contains details about the generated policy. -
Uses of PolicyGeneration in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type PolicyGeneration Modifier and Type Method Description SdkIterable<PolicyGeneration>ListPolicyGenerationsIterable. policyGenerations()Returns an iterable to iterate through the paginatedListPolicyGenerationsResponse.policyGenerations()member.SdkPublisher<PolicyGeneration>ListPolicyGenerationsPublisher. policyGenerations()Returns a publisher that can be used to get a stream of data.
-