Package | Description |
---|---|
software.amazon.awssdk.services.quicksight |
|
software.amazon.awssdk.services.quicksight.paginators |
Modifier and Type | Method and Description |
---|---|
default ListNamespacesResponse |
QuickSightClient.listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)
Lists the namespaces for the specified AWS account.
|
default ListNamespacesResponse |
QuickSightClient.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Lists the namespaces for the specified AWS account.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ListNamespacesResponse> |
QuickSightAsyncClient.listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)
Lists the namespaces for the specified AWS account.
|
default CompletableFuture<ListNamespacesResponse> |
QuickSightAsyncClient.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Lists the namespaces for the specified AWS account.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ListNamespacesResponse> |
ListNamespacesIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ListNamespacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListNamespacesResponse> subscriber) |
Copyright © 2021. All rights reserved.