Uses of Class
software.amazon.awssdk.services.iam.model.ListUsersResponse
-
Packages that use ListUsersResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListUsersResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseIamClient. listUsers()Lists the IAM users that have the specified path prefix.default ListUsersResponseIamClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists the IAM users that have the specified path prefix.default ListUsersResponseIamClient. listUsers(ListUsersRequest listUsersRequest)Lists the IAM users that have the specified path prefix.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>IamAsyncClient. listUsers()Lists the IAM users that have the specified path prefix.default CompletableFuture<ListUsersResponse>IamAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists the IAM users that have the specified path prefix.default CompletableFuture<ListUsersResponse>IamAsyncClient. listUsers(ListUsersRequest listUsersRequest)Lists the IAM users that have the specified path prefix. -
Uses of ListUsersResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListUsersResponse Modifier and Type Method Description Iterator<ListUsersResponse>ListUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-