| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model | |
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
User |
CreateUserResponse.user()
A structure with details about the new IAM user.
|
User |
GetUserResponse.user()
A structure containing details about the IAM user.
|
User |
VirtualMFADevice.user()
The IAM user associated with this virtual MFA device.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
GetGroupResponse.users()
A list of users in the group.
|
List<User> |
ListUsersResponse.users()
A list of users.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserResponse.Builder |
CreateUserResponse.Builder.user(User user)
A structure with details about the new IAM user.
|
GetUserResponse.Builder |
GetUserResponse.Builder.user(User user)
A structure containing details about the IAM user.
|
VirtualMFADevice.Builder |
VirtualMFADevice.Builder.user(User user)
The IAM user associated with this virtual MFA device.
|
GetGroupResponse.Builder |
GetGroupResponse.Builder.users(User... users)
A list of users in the group.
|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(User... users)
A list of users.
|
| Modifier and Type | Method and Description |
|---|---|
GetGroupResponse.Builder |
GetGroupResponse.Builder.users(Collection<User> users)
A list of users in the group.
|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(Collection<User> users)
A list of users.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<User> |
ListUsersIterable.users()
Returns an iterable to iterate through the paginated
ListUsersResponse.users() member. |
SdkPublisher<User> |
ListUsersPublisher.users()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<User> |
GetGroupPublisher.users()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<User> |
GetGroupIterable.users()
Returns an iterable to iterate through the paginated
GetGroupResponse.users() member. |
Copyright © 2023. All rights reserved.