Uses of Class
software.amazon.awssdk.services.organizations.model.PolicySummary
-
Packages that use PolicySummary Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of PolicySummary in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return PolicySummary Modifier and Type Method Description PolicySummaryPolicy. policySummary()A structure that contains additional details about the policy.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type PolicySummary Modifier and Type Method Description List<PolicySummary>ListPoliciesForTargetResponse. policies()The list of policies that match the criteria in the request.List<PolicySummary>ListPoliciesResponse. policies()A list of policies that match the filter criteria in the request.Methods in software.amazon.awssdk.services.organizations.model with parameters of type PolicySummary Modifier and Type Method Description ListPoliciesForTargetResponse.BuilderListPoliciesForTargetResponse.Builder. policies(PolicySummary... policies)The list of policies that match the criteria in the request.ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policies(PolicySummary... policies)A list of policies that match the filter criteria in the request.Policy.BuilderPolicy.Builder. policySummary(PolicySummary policySummary)A structure that contains additional details about the policy.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type PolicySummary Modifier and Type Method Description ListPoliciesForTargetResponse.BuilderListPoliciesForTargetResponse.Builder. policies(Collection<PolicySummary> policies)The list of policies that match the criteria in the request.ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policies(Collection<PolicySummary> policies)A list of policies that match the filter criteria in the request.
-