| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListThemesResponse |
QuickSightClient.listThemes(Consumer<ListThemesRequest.Builder> listThemesRequest)
Lists all the themes in the current Amazon Web Services account.
|
default ListThemesResponse |
QuickSightClient.listThemes(ListThemesRequest listThemesRequest)
Lists all the themes in the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThemesResponse> |
QuickSightAsyncClient.listThemes(Consumer<ListThemesRequest.Builder> listThemesRequest)
Lists all the themes in the current Amazon Web Services account.
|
default CompletableFuture<ListThemesResponse> |
QuickSightAsyncClient.listThemes(ListThemesRequest listThemesRequest)
Lists all the themes in the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListThemesResponse> |
ListThemesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListThemesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListThemesResponse> subscriber) |
Copyright © 2023. All rights reserved.