| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model | |
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
NamespaceInfoV2 |
DescribeNamespaceResponse.namespace()
The information about the namespace that you're describing.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceInfoV2> |
ListNamespacesResponse.namespaces()
The information about the namespaces in this Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNamespaceResponse.Builder |
DescribeNamespaceResponse.Builder.namespace(NamespaceInfoV2 namespace)
The information about the namespace that you're describing.
|
ListNamespacesResponse.Builder |
ListNamespacesResponse.Builder.namespaces(NamespaceInfoV2... namespaces)
The information about the namespaces in this Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResponse.Builder |
ListNamespacesResponse.Builder.namespaces(Collection<NamespaceInfoV2> namespaces)
The information about the namespaces in this Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NamespaceInfoV2> |
ListNamespacesPublisher.namespaces()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NamespaceInfoV2> |
ListNamespacesIterable.namespaces()
Returns an iterable to iterate through the paginated
ListNamespacesResponse.namespaces() member. |
Copyright © 2023. All rights reserved.