| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| 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 ListGroupsForUserResponse |
IamClient.listGroupsForUser(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
default ListGroupsForUserPublisher |
IamAsyncClient.listGroupsForUserPaginator(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
default ListGroupsForUserIterable |
IamClient.listGroupsForUserPaginator(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGroupsForUserRequest.Builder |
ListGroupsForUserRequest.builder() |
ListGroupsForUserRequest.Builder |
ListGroupsForUserRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListGroupsForUserRequest.Builder |
ListGroupsForUserRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListGroupsForUserRequest.Builder |
ListGroupsForUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupsForUserRequest.Builder |
ListGroupsForUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGroupsForUserRequest.Builder |
ListGroupsForUserRequest.toBuilder() |
ListGroupsForUserRequest.Builder |
ListGroupsForUserRequest.Builder.userName(String userName)
The name of the user to list groups for.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGroupsForUserRequest.Builder> |
ListGroupsForUserRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.