| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
NamespaceInfoV2 |
NamespaceInfoV2.clone() |
NamespaceInfoV2 |
DescribeNamespaceResult.getNamespace()
The information about the namespace that you're describing.
|
NamespaceInfoV2 |
NamespaceInfoV2.withArn(String arn)
The namespace ARN.
|
NamespaceInfoV2 |
NamespaceInfoV2.withCapacityRegion(String capacityRegion)
The namespace Amazon Web Services Region.
|
NamespaceInfoV2 |
NamespaceInfoV2.withCreationStatus(NamespaceStatus creationStatus)
The creation status of a namespace that is not yet completely created.
|
NamespaceInfoV2 |
NamespaceInfoV2.withCreationStatus(String creationStatus)
The creation status of a namespace that is not yet completely created.
|
NamespaceInfoV2 |
NamespaceInfoV2.withIdentityStore(IdentityStore identityStore)
The identity store used for the namespace.
|
NamespaceInfoV2 |
NamespaceInfoV2.withIdentityStore(String identityStore)
The identity store used for the namespace.
|
NamespaceInfoV2 |
NamespaceInfoV2.withName(String name)
The name of the error.
|
NamespaceInfoV2 |
NamespaceInfoV2.withNamespaceError(NamespaceError namespaceError)
An error that occurred when the namespace was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceInfoV2> |
ListNamespacesResult.getNamespaces()
The information about the namespaces in this Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNamespaceResult.setNamespace(NamespaceInfoV2 namespace)
The information about the namespace that you're describing.
|
DescribeNamespaceResult |
DescribeNamespaceResult.withNamespace(NamespaceInfoV2 namespace)
The information about the namespace that you're describing.
|
ListNamespacesResult |
ListNamespacesResult.withNamespaces(NamespaceInfoV2... namespaces)
The information about the namespaces in this Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNamespacesResult.setNamespaces(Collection<NamespaceInfoV2> namespaces)
The information about the namespaces in this Amazon Web Services account.
|
ListNamespacesResult |
ListNamespacesResult.withNamespaces(Collection<NamespaceInfoV2> namespaces)
The information about the namespaces in this Amazon Web Services account.
|
Copyright © 2022. All rights reserved.