Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.User
-
Packages that use User Package Description software.amazon.awssdk.services.directoryservicedata.model software.amazon.awssdk.services.directoryservicedata.paginators -
-
Uses of User in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.model that return types with arguments of type User Modifier and Type Method Description List<User>SearchUsersResponse. users()The user information that the request returns.Methods in software.amazon.awssdk.services.directoryservicedata.model with parameters of type User Modifier and Type Method Description SearchUsersResponse.BuilderSearchUsersResponse.Builder. users(User... users)The user information that the request returns.Method parameters in software.amazon.awssdk.services.directoryservicedata.model with type arguments of type User Modifier and Type Method Description SearchUsersResponse.BuilderSearchUsersResponse.Builder. users(Collection<User> users)The user information that the request returns. -
Uses of User in software.amazon.awssdk.services.directoryservicedata.paginators
Methods in software.amazon.awssdk.services.directoryservicedata.paginators that return types with arguments of type User Modifier and Type Method Description SdkIterable<User>SearchUsersIterable. users()Returns an iterable to iterate through the paginatedSearchUsersResponse.users()member.SdkPublisher<User>SearchUsersPublisher. users()Returns a publisher that can be used to get a stream of data.
-