| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ListPoliciesIterable |
IamClient.listPoliciesPaginator(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.
|
default ListPoliciesPublisher |
IamAsyncClient.listPoliciesPaginator(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.
|
| Constructor and Description |
|---|
ListPoliciesIterable(IamClient client,
ListPoliciesRequest firstRequest) |
ListPoliciesPublisher(IamAsyncClient client,
ListPoliciesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPoliciesRequestMarshaller.marshall(ListPoliciesRequest listPoliciesRequest) |
Copyright © 2022. All rights reserved.