Uses of Class
software.amazon.awssdk.services.iam.model.User
-
Packages that use User Package Description software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.paginators -
-
Uses of User in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return User Modifier and Type Method Description UserCreateUserResponse. user()A structure with details about the new IAM user.UserGetUserResponse. user()A structure containing details about the IAM user.UserVirtualMFADevice. user()The IAM user associated with this virtual MFA device.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type User Modifier and Type Method Description List<User>GetGroupResponse. users()A list of users in the group.List<User>ListUsersResponse. users()A list of users.Methods in software.amazon.awssdk.services.iam.model with parameters of type User Modifier and Type Method Description CreateUserResponse.BuilderCreateUserResponse.Builder. user(User user)A structure with details about the new IAM user.GetUserResponse.BuilderGetUserResponse.Builder. user(User user)A structure containing details about the IAM user.VirtualMFADevice.BuilderVirtualMFADevice.Builder. user(User user)The IAM user associated with this virtual MFA device.GetGroupResponse.BuilderGetGroupResponse.Builder. users(User... users)A list of users in the group.ListUsersResponse.BuilderListUsersResponse.Builder. users(User... users)A list of users.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type User Modifier and Type Method Description GetGroupResponse.BuilderGetGroupResponse.Builder. users(Collection<User> users)A list of users in the group.ListUsersResponse.BuilderListUsersResponse.Builder. users(Collection<User> users)A list of users. -
Uses of User in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type User Modifier and Type Method Description SdkIterable<User>GetGroupIterable. users()Returns an iterable to iterate through the paginatedGetGroupResponse.users()member.SdkPublisher<User>GetGroupPublisher. users()Returns a publisher that can be used to get a stream of data.SdkIterable<User>ListUsersIterable. users()Returns an iterable to iterate through the paginatedListUsersResponse.users()member.SdkPublisher<User>ListUsersPublisher. users()Returns a publisher that can be used to get a stream of data.
-