| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateNamespaceResult> |
AWSRedshiftServerlessAsyncClient.createNamespaceAsync(CreateNamespaceRequest request,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler) |
Future<CreateNamespaceResult> |
AWSRedshiftServerlessAsync.createNamespaceAsync(CreateNamespaceRequest createNamespaceRequest,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler)
Creates a namespace in Amazon Redshift Serverless.
|
Future<CreateNamespaceResult> |
AbstractAWSRedshiftServerlessAsync.createNamespaceAsync(CreateNamespaceRequest request,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateNamespaceRequest |
CreateNamespaceRequest.clone() |
CreateNamespaceRequest |
CreateNamespaceRequest.withAdminPasswordSecretKmsKeyId(String adminPasswordSecretKmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials
secret.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withAdminUsername(String adminUsername)
The username of the administrator for the first database created in the namespace.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withAdminUserPassword(String adminUserPassword)
The password of the administrator for the first database created in the namespace.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withDbName(String dbName)
The name of the first database created in the namespace.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withDefaultIamRoleArn(String defaultIamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withIamRoles(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withIamRoles(String... iamRoles)
A list of IAM roles to associate with the namespace.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withKmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withLogExports(Collection<String> logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withLogExports(LogExport... logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withLogExports(String... logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withManageAdminPassword(Boolean manageAdminPassword)
If
true, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. |
CreateNamespaceRequest |
CreateNamespaceRequest.withNamespaceName(String namespaceName)
The name of the namespace.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withRedshiftIdcApplicationArn(String redshiftIdcApplicationArn)
The ARN for the Redshift application that integrates with IAM Identity Center.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withTags(Collection<Tag> tags)
A list of tag instances.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withTags(Tag... tags)
A list of tag instances.
|
Copyright © 2023. All rights reserved.