| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupPoliciesResponse |
IamClient.listGroupPolicies(Consumer<ListGroupPoliciesRequest.Builder> listGroupPoliciesRequest)
Lists the names of the inline policies that are embedded in the specified IAM group.
|
default ListGroupPoliciesResponse |
IamClient.listGroupPolicies(ListGroupPoliciesRequest listGroupPoliciesRequest)
Lists the names of the inline policies that are embedded in the specified IAM group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupPoliciesResponse> |
IamAsyncClient.listGroupPolicies(Consumer<ListGroupPoliciesRequest.Builder> listGroupPoliciesRequest)
Lists the names of the inline policies that are embedded in the specified IAM group.
|
default CompletableFuture<ListGroupPoliciesResponse> |
IamAsyncClient.listGroupPolicies(ListGroupPoliciesRequest listGroupPoliciesRequest)
Lists the names of the inline policies that are embedded in the specified IAM group.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupPoliciesResponse> |
ListGroupPoliciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupPoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupPoliciesResponse> subscriber) |
Copyright © 2023. All rights reserved.