| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRolePoliciesResponse |
IamClient.listRolePolicies(Consumer<ListRolePoliciesRequest.Builder> listRolePoliciesRequest)
Lists the names of the inline policies that are embedded in the specified IAM role.
|
default ListRolePoliciesResponse |
IamClient.listRolePolicies(ListRolePoliciesRequest listRolePoliciesRequest)
Lists the names of the inline policies that are embedded in the specified IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRolePoliciesResponse> |
IamAsyncClient.listRolePolicies(Consumer<ListRolePoliciesRequest.Builder> listRolePoliciesRequest)
Lists the names of the inline policies that are embedded in the specified IAM role.
|
default CompletableFuture<ListRolePoliciesResponse> |
IamAsyncClient.listRolePolicies(ListRolePoliciesRequest listRolePoliciesRequest)
Lists the names of the inline policies that are embedded in the specified IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRolePoliciesResponse> |
ListRolePoliciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRolePoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRolePoliciesResponse> subscriber) |
Copyright © 2023. All rights reserved.