| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsForUserResponse |
IamClient.listGroupsForUser(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
default ListGroupsForUserResponse |
IamClient.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsForUserResponse> |
IamAsyncClient.listGroupsForUser(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
default CompletableFuture<ListGroupsForUserResponse> |
IamAsyncClient.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupsForUserResponse> |
ListGroupsForUserIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsForUserPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupsForUserResponse> subscriber) |
Copyright © 2023. All rights reserved.