| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPoliciesResponse |
IamClient.listPolicies()
Lists all the managed policies that are available in your Amazon Web Services account, including your own
customer-defined managed policies and all Amazon Web Services managed policies.
|
default ListPoliciesResponse |
IamClient.listPolicies(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)
Lists all the managed policies that are available in your Amazon Web Services account, including your own
customer-defined managed policies and all Amazon Web Services managed policies.
|
default ListPoliciesResponse |
IamClient.listPolicies(ListPoliciesRequest listPoliciesRequest)
Lists all the managed policies that are available in your Amazon Web Services account, including your own
customer-defined managed policies and all Amazon Web Services managed policies.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPoliciesResponse> |
IamAsyncClient.listPolicies()
Lists all the managed policies that are available in your Amazon Web Services account, including your own
customer-defined managed policies and all Amazon Web Services managed policies.
|
default CompletableFuture<ListPoliciesResponse> |
IamAsyncClient.listPolicies(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)
Lists all the managed policies that are available in your Amazon Web Services account, including your own
customer-defined managed policies and all Amazon Web Services managed policies.
|
default CompletableFuture<ListPoliciesResponse> |
IamAsyncClient.listPolicies(ListPoliciesRequest listPoliciesRequest)
Lists all the managed policies that are available in your Amazon Web Services account, including your own
customer-defined managed policies and all Amazon Web Services managed policies.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPoliciesResponse> |
ListPoliciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPoliciesResponse> subscriber) |
Copyright © 2023. All rights reserved.