| 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 |
|---|---|
UpdateWorkgroupResult |
AWSRedshiftServerlessClient.updateWorkgroup(UpdateWorkgroupRequest request)
Updates a workgroup with the specified configuration settings.
|
UpdateWorkgroupResult |
AWSRedshiftServerless.updateWorkgroup(UpdateWorkgroupRequest updateWorkgroupRequest)
Updates a workgroup with the specified configuration settings.
|
UpdateWorkgroupResult |
AbstractAWSRedshiftServerless.updateWorkgroup(UpdateWorkgroupRequest request) |
Future<UpdateWorkgroupResult> |
AWSRedshiftServerlessAsyncClient.updateWorkgroupAsync(UpdateWorkgroupRequest request) |
Future<UpdateWorkgroupResult> |
AWSRedshiftServerlessAsync.updateWorkgroupAsync(UpdateWorkgroupRequest updateWorkgroupRequest)
Updates a workgroup with the specified configuration settings.
|
Future<UpdateWorkgroupResult> |
AbstractAWSRedshiftServerlessAsync.updateWorkgroupAsync(UpdateWorkgroupRequest request) |
Future<UpdateWorkgroupResult> |
AWSRedshiftServerlessAsyncClient.updateWorkgroupAsync(UpdateWorkgroupRequest request,
AsyncHandler<UpdateWorkgroupRequest,UpdateWorkgroupResult> asyncHandler) |
Future<UpdateWorkgroupResult> |
AWSRedshiftServerlessAsync.updateWorkgroupAsync(UpdateWorkgroupRequest updateWorkgroupRequest,
AsyncHandler<UpdateWorkgroupRequest,UpdateWorkgroupResult> asyncHandler)
Updates a workgroup with the specified configuration settings.
|
Future<UpdateWorkgroupResult> |
AbstractAWSRedshiftServerlessAsync.updateWorkgroupAsync(UpdateWorkgroupRequest request,
AsyncHandler<UpdateWorkgroupRequest,UpdateWorkgroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWorkgroupResult> |
AWSRedshiftServerlessAsyncClient.updateWorkgroupAsync(UpdateWorkgroupRequest request,
AsyncHandler<UpdateWorkgroupRequest,UpdateWorkgroupResult> asyncHandler) |
Future<UpdateWorkgroupResult> |
AWSRedshiftServerlessAsync.updateWorkgroupAsync(UpdateWorkgroupRequest updateWorkgroupRequest,
AsyncHandler<UpdateWorkgroupRequest,UpdateWorkgroupResult> asyncHandler)
Updates a workgroup with the specified configuration settings.
|
Future<UpdateWorkgroupResult> |
AbstractAWSRedshiftServerlessAsync.updateWorkgroupAsync(UpdateWorkgroupRequest request,
AsyncHandler<UpdateWorkgroupRequest,UpdateWorkgroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.clone() |
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withBaseCapacity(Integer baseCapacity)
The new base data warehouse capacity in Redshift Processing Units (RPUs).
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withConfigParameters(Collection<ConfigParameter> configParameters)
An array of parameters to set for advanced control over a database.
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withConfigParameters(ConfigParameter... configParameters)
An array of parameters to set for advanced control over a database.
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withEnhancedVpcRouting(Boolean enhancedVpcRouting)
The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon
Redshift Serverless to route traffic through your VPC.
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withPort(Integer port)
The custom port to use when connecting to a workgroup.
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withPubliclyAccessible(Boolean publiclyAccessible)
A value that specifies whether the workgroup can be accessible from a public network.
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
An array of security group IDs to associate with the workgroup.
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withSecurityGroupIds(String... securityGroupIds)
An array of security group IDs to associate with the workgroup.
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withSubnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs to associate with the workgroup.
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withSubnetIds(String... subnetIds)
An array of VPC subnet IDs to associate with the workgroup.
|
UpdateWorkgroupRequest |
UpdateWorkgroupRequest.withWorkgroupName(String workgroupName)
The name of the workgroup to update.
|
Copyright © 2023. All rights reserved.