| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model | |
| software.amazon.awssdk.services.fms.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PolicySummary> |
ListPoliciesResponse.policyList()
An array of
PolicySummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policyList(PolicySummary... policyList)
An array of
PolicySummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policyList(Collection<PolicySummary> policyList)
An array of
PolicySummary objects. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PolicySummary> |
ListPoliciesPublisher.policyList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PolicySummary> |
ListPoliciesIterable.policyList()
Returns an iterable to iterate through the paginated
ListPoliciesResponse.policyList() member. |
Copyright © 2020. All rights reserved.