| 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<UpdateNamespaceResult> |
AWSRedshiftServerlessAsyncClient.updateNamespaceAsync(UpdateNamespaceRequest request,
AsyncHandler<UpdateNamespaceRequest,UpdateNamespaceResult> asyncHandler) |
Future<UpdateNamespaceResult> |
AbstractAWSRedshiftServerlessAsync.updateNamespaceAsync(UpdateNamespaceRequest request,
AsyncHandler<UpdateNamespaceRequest,UpdateNamespaceResult> asyncHandler) |
Future<UpdateNamespaceResult> |
AWSRedshiftServerlessAsync.updateNamespaceAsync(UpdateNamespaceRequest updateNamespaceRequest,
AsyncHandler<UpdateNamespaceRequest,UpdateNamespaceResult> asyncHandler)
Updates a namespace with the specified settings.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNamespaceRequest |
UpdateNamespaceRequest.clone() |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withAdminUsername(String adminUsername)
The username of the administrator for the first database created in the namespace.
|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withAdminUserPassword(String adminUserPassword)
The password of the administrator for the first database created in the namespace.
|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withDefaultIamRoleArn(String defaultIamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withIamRoles(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace.
|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withIamRoles(String... iamRoles)
A list of IAM roles to associate with the namespace.
|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withKmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withLogExports(Collection<String> logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withLogExports(LogExport... logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withLogExports(String... logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withNamespaceName(String namespaceName)
The name of the namespace.
|
Copyright © 2022. All rights reserved.