Uses of Class
software.amazon.awssdk.services.fms.model.PolicySummary
-
Packages that use PolicySummary Package Description software.amazon.awssdk.services.fms.model software.amazon.awssdk.services.fms.paginators -
-
Uses of PolicySummary in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type PolicySummary Modifier and Type Method Description List<PolicySummary>ListPoliciesResponse. policyList()An array ofPolicySummaryobjects.Methods in software.amazon.awssdk.services.fms.model with parameters of type PolicySummary Modifier and Type Method Description ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policyList(PolicySummary... policyList)An array ofPolicySummaryobjects.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type PolicySummary Modifier and Type Method Description ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policyList(Collection<PolicySummary> policyList)An array ofPolicySummaryobjects. -
Uses of PolicySummary in software.amazon.awssdk.services.fms.paginators
Methods in software.amazon.awssdk.services.fms.paginators that return types with arguments of type PolicySummary Modifier and Type Method Description SdkIterable<PolicySummary>ListPoliciesIterable. policyList()Returns an iterable to iterate through the paginatedListPoliciesResponse.policyList()member.SdkPublisher<PolicySummary>ListPoliciesPublisher. policyList()Returns a publisher that can be used to get a stream of data.
-