| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model | |
| software.amazon.awssdk.services.verifiedpermissions.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyItem> |
ListPoliciesResponse.policies()
Lists all policies that are available in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policies(PolicyItem... policies)
Lists all policies that are available in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policies(Collection<PolicyItem> policies)
Lists all policies that are available in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<PolicyItem> |
ListPoliciesIterable.policies()
Returns an iterable to iterate through the paginated
ListPoliciesResponse.policies() member. |
SdkPublisher<PolicyItem> |
ListPoliciesPublisher.policies()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.