| 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 ListGroupsForUserResponse |
IamClient.listGroupsForUser(ListGroupsForUserRequest 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.
|
default ListGroupsForUserIterable |
IamClient.listGroupsForUserPaginator(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
default ListGroupsForUserPublisher |
IamAsyncClient.listGroupsForUserPaginator(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
| Constructor and Description |
|---|
ListGroupsForUserIterable(IamClient client,
ListGroupsForUserRequest firstRequest) |
ListGroupsForUserPublisher(IamAsyncClient client,
ListGroupsForUserRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGroupsForUserRequestMarshaller.marshall(ListGroupsForUserRequest listGroupsForUserRequest) |
Copyright © 2023. All rights reserved.