| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersResponse |
QuickSightClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Returns a list of all of the Amazon QuickSight users belonging to this account.
|
default ListUsersResponse |
QuickSightClient.listUsers(ListUsersRequest listUsersRequest)
Returns a list of all of the Amazon QuickSight users belonging to this account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersResponse> |
QuickSightAsyncClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Returns a list of all of the Amazon QuickSight users belonging to this account.
|
default CompletableFuture<ListUsersResponse> |
QuickSightAsyncClient.listUsers(ListUsersRequest listUsersRequest)
Returns a list of all of the Amazon QuickSight users belonging to this account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUsersResponse> |
ListUsersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber) |
Copyright © 2023. All rights reserved.