| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
Namespace.clone() |
Namespace |
UpdateNamespaceResult.getNamespace()
A list of tag instances.
|
Namespace |
RestoreFromSnapshotResult.getNamespace() |
Namespace |
RestoreFromRecoveryPointResult.getNamespace()
The namespace that data was restored into.
|
Namespace |
GetNamespaceResult.getNamespace()
The returned namespace object.
|
Namespace |
DeleteNamespaceResult.getNamespace()
The deleted namespace object.
|
Namespace |
CreateNamespaceResult.getNamespace()
The created namespace object.
|
Namespace |
Namespace.withAdminUsername(String adminUsername)
The username of the administrator for the first database created in the namespace.
|
Namespace |
Namespace.withCreationDate(Date creationDate)
The date of when the namespace was created.
|
Namespace |
Namespace.withDbName(String dbName)
The name of the first database created in the namespace.
|
Namespace |
Namespace.withDefaultIamRoleArn(String defaultIamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
|
Namespace |
Namespace.withIamRoles(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace.
|
Namespace |
Namespace.withIamRoles(String... iamRoles)
A list of IAM roles to associate with the namespace.
|
Namespace |
Namespace.withKmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
|
Namespace |
Namespace.withLogExports(Collection<String> logExports)
The types of logs the namespace can export.
|
Namespace |
Namespace.withLogExports(LogExport... logExports)
The types of logs the namespace can export.
|
Namespace |
Namespace.withLogExports(String... logExports)
The types of logs the namespace can export.
|
Namespace |
Namespace.withNamespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) associated with a namespace.
|
Namespace |
Namespace.withNamespaceId(String namespaceId)
The unique identifier of a namespace.
|
Namespace |
Namespace.withNamespaceName(String namespaceName)
The name of the namespace.
|
Namespace |
Namespace.withStatus(NamespaceStatus status)
The status of the namespace.
|
Namespace |
Namespace.withStatus(String status)
The status of the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
List<Namespace> |
ListNamespacesResult.getNamespaces()
The list of returned namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNamespaceResult.setNamespace(Namespace namespace)
A list of tag instances.
|
void |
RestoreFromSnapshotResult.setNamespace(Namespace namespace) |
void |
RestoreFromRecoveryPointResult.setNamespace(Namespace namespace)
The namespace that data was restored into.
|
void |
GetNamespaceResult.setNamespace(Namespace namespace)
The returned namespace object.
|
void |
DeleteNamespaceResult.setNamespace(Namespace namespace)
The deleted namespace object.
|
void |
CreateNamespaceResult.setNamespace(Namespace namespace)
The created namespace object.
|
UpdateNamespaceResult |
UpdateNamespaceResult.withNamespace(Namespace namespace)
A list of tag instances.
|
RestoreFromSnapshotResult |
RestoreFromSnapshotResult.withNamespace(Namespace namespace) |
RestoreFromRecoveryPointResult |
RestoreFromRecoveryPointResult.withNamespace(Namespace namespace)
The namespace that data was restored into.
|
GetNamespaceResult |
GetNamespaceResult.withNamespace(Namespace namespace)
The returned namespace object.
|
DeleteNamespaceResult |
DeleteNamespaceResult.withNamespace(Namespace namespace)
The deleted namespace object.
|
CreateNamespaceResult |
CreateNamespaceResult.withNamespace(Namespace namespace)
The created namespace object.
|
ListNamespacesResult |
ListNamespacesResult.withNamespaces(Namespace... namespaces)
The list of returned namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNamespacesResult.setNamespaces(Collection<Namespace> namespaces)
The list of returned namespaces.
|
ListNamespacesResult |
ListNamespacesResult.withNamespaces(Collection<Namespace> namespaces)
The list of returned namespaces.
|
Copyright © 2022. All rights reserved.